Skip to content

Commit

Permalink
Fixed compilation problems introduced by Bootstrap (now requires less…
Browse files Browse the repository at this point in the history
… >1.4).

Mentioned in selectize#282.
  • Loading branch information
brianreavis committed Feb 10, 2014
1 parent aef256d commit 4c692e6
Show file tree
Hide file tree
Showing 7 changed files with 535 additions and 822 deletions.
10 changes: 4 additions & 6 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-clean');
grunt.loadNpmTasks('grunt-contrib-copy');
grunt.loadNpmTasks('grunt-contrib-less');
grunt.loadNpmTasks('grunt-replace');
grunt.loadNpmTasks('grunt-recess');

grunt.registerTask('configure', [
'clean:pre',
Expand All @@ -20,7 +20,7 @@ module.exports = function(grunt) {
'concat:less_theme_dependencies',
'concat:less_plugins',
'concat:js',
'recess',
'less:uncompressed',
'clean_bootstrap2_css',
'replace',
'build_standalone',
Expand Down Expand Up @@ -154,10 +154,8 @@ module.exports = function(grunt) {
]
}
},
recess: {
options: {
compile: true
},
less: {
options: {},
uncompressed: {
files: {
'dist/css/selectize.css': ['dist/less/selectize.less'],
Expand Down
Loading

0 comments on commit 4c692e6

Please sign in to comment.