2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Add build-glyphicons-data log

Closes #12987
This commit is contained in:
Zlatan Vasović
2014-03-09 13:04:48 +01:00
committed by Chris Rebert
parent dcffbbab61
commit 86dfcd1a96
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -453,7 +453,7 @@ module.exports = function (grunt) {
// This can be overzealous, so its changes should always be manually reviewed!
grunt.registerTask('change-version-number', 'sed');
grunt.registerTask('build-glyphicons-data', generateGlyphiconsData);
grunt.registerTask('build-glyphicons-data', function () { generateGlyphiconsData.call(this, grunt); });
// task for building customizer
grunt.registerTask('build-customizer', ['build-customizer-html', 'build-raw-files']);