2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

adjust filename to indicate that customize JS is minified

This commit is contained in:
Chris Rebert
2014-01-07 19:10:31 -08:00
parent ef7bf0abf8
commit c891be5e5f
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ module.exports = function (grunt) {
'docs/assets/js/filesaver.js',
'docs/assets/js/customizer.js'
],
dest: 'docs/assets/js/customize.js'
dest: 'docs/assets/js/customize.min.js'
}
},