2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

pass grunt into generateRawFilesJs instead of require()ing it

This commit is contained in:
Chris Rebert
2014-03-17 03:33:42 -07:00
parent 1c6d303b76
commit dcffbbab61
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -460,7 +460,7 @@ module.exports = function (grunt) {
grunt.registerTask('build-customizer-html', 'jade');
grunt.registerTask('build-raw-files', 'Add scripts/less files to customizer.', function () {
var banner = grunt.template.process('<%= banner %>');
generateRawFiles(banner);
generateRawFiles(grunt, banner);
});
// Task for updating the npm packages used by the Travis build.