Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ module.exports = function(grunt) {
}
},

cssmin: {
target: {
files: {
'select2-bootstrap.min.css': 'select2-bootstrap.css'
}
}
},

jshint: {
all: ['Gruntfile.js', '*.json']
},
Expand Down Expand Up @@ -76,6 +84,6 @@ module.exports = function(grunt) {
});

// Default tasks.
grunt.registerTask('build', ['sass', 'copy', 'shell:jekyllBuild']);
grunt.registerTask('build', ['sass', 'cssmin', 'copy', 'shell:jekyllBuild']);
grunt.registerTask('serve', ['shell:jekyllServe']);
};
7 changes: 1 addition & 6 deletions _jekyll/css/select2-bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/**
* Select2 Bootstrap 3 CSS v1.4.4
* Tested with Bootstrap v3.3.1 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, v3.5.2, master
* in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
* MIT License
*/
/*! Select2 Bootstrap 3 CSS v1.4.4 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
* Reset Bootstrap 3 .form-control styles which - if applied to the
* original <select>-element the Select2-plugin may be run against -
Expand Down
7 changes: 1 addition & 6 deletions docs/css/select2-bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/**
* Select2 Bootstrap 3 CSS v1.4.4
* Tested with Bootstrap v3.3.1 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, v3.5.2, master
* in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
* MIT License
*/
/*! Select2 Bootstrap 3 CSS v1.4.4 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
* Reset Bootstrap 3 .form-control styles which - if applied to the
* original <select>-element the Select2-plugin may be run against -
Expand Down
7 changes: 1 addition & 6 deletions lib/select2-bootstrap.less
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/**
* Select2 Bootstrap 3 CSS v1.4.4
* Tested with Bootstrap v3.3.1 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, v3.5.2, master
* in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
* MIT License
*/
/*! Select2 Bootstrap 3 CSS v1.4.4 | MIT License | github.com/t0m/select2-bootstrap-css */

/**
* Reset Bootstrap 3 .form-control styles which - if applied to the
Expand Down
7 changes: 1 addition & 6 deletions lib/select2-bootstrap.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/**
* Select2 Bootstrap 3 CSS v1.4.4
* Tested with Bootstrap v3.3.1 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, v3.5.2, master
* in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
* MIT License
*/
/*! Select2 Bootstrap 3 CSS v1.4.4 | MIT License | github.com/t0m/select2-bootstrap-css */

/**
* Reset Bootstrap 3 .form-control styles which - if applied to the
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"grunt": "~0.4.1",
"grunt-bump": "0.0.11",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.11.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-contrib-sass": "~0.8.1",
Expand Down
7 changes: 1 addition & 6 deletions select2-bootstrap.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
/**
* Select2 Bootstrap 3 CSS v1.4.4
* Tested with Bootstrap v3.3.1 and Select2 v3.3.2, v3.4.1-v3.4.5, v3.5.1, v3.5.2, master
* in latest Chrome, Safari, Firefox, Opera (Mac) and IE8-IE11
* MIT License
*/
/*! Select2 Bootstrap 3 CSS v1.4.4 | MIT License | github.com/t0m/select2-bootstrap-css */
/**
* Reset Bootstrap 3 .form-control styles which - if applied to the
* original <select>-element the Select2-plugin may be run against -
Expand Down
1 change: 1 addition & 0 deletions select2-bootstrap.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.