Skip to content

Commit 4b51b89

Browse files
change Grunt coffee option to bare:false, so we don't create any global variables
1 parent e4bafa5 commit 4b51b89

File tree

4 files changed

+580
-574
lines changed

4 files changed

+580
-574
lines changed

Diff for: Gruntfile.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ module.exports = (grunt)->
7676
coffee:
7777
dev:
7878
options:
79-
bare:true
79+
bare:false
8080
files:
8181
#
8282
# the _temp.coffee file has the "template html" baked-in by Grunt

Diff for: Gruntfile.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)