We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5fb4e commit 500c64bCopy full SHA for 500c64b
gruntfile.coffee
@@ -48,7 +48,7 @@ module.exports = (grunt)->
48
footer: grunt.file.read('Contrib/Build/umd-footer.js')
49
files:
50
'build/HTMLCS.js': [
51
- 'Translations/<%= pkg.lang %>.js'
+ 'Translations/*.js'
52
'Standards/**/*.js'
53
'HTMLCS.js'
54
'HTMLCS.Util.js'
0 commit comments