From: fat Date: Sat, 17 Aug 2013 23:44:54 +0000 (-0700) Subject: add the customizer builder to the default grunt task X-Git-Tag: v3.0.0~75^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d84e02c1caf6c670dea2a877b4a375615871341;p=thirdparty%2Fbootstrap.git add the customizer builder to the default grunt task --- diff --git a/Gruntfile.js b/Gruntfile.js index 84ef0214e0..df6547d147 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -169,7 +169,7 @@ module.exports = function(grunt) { grunt.registerTask('dist', ['clean', 'dist-css', 'dist-js']); // Default task. - grunt.registerTask('default', ['test', 'dist']); + grunt.registerTask('default', ['test', 'dist', 'build-customizer']); // task for building customizer grunt.registerTask('build-customizer', 'Add scripts/less files to customizer.', function () { diff --git a/customize.html b/customize.html index f410acefe0..dccd4df8d8 100644 --- a/customize.html +++ b/customize.html @@ -1487,7 +1487,7 @@ base_url: "../"