Skip to content

Commit

Permalink
fix coffeescript generated js lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-lebeau committed Sep 25, 2014
1 parent c5b7c38 commit 1f02c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/index.js
Expand Up @@ -145,7 +145,7 @@ BootstrapLessGenerator.prototype.writeIndex = function writeIndex() {
}

this.mainJsFile = 'console.log(\'\\\'Allo \\\'Allo!\');';
this.mainCoffeeFile = 'console.log "\'Allo from CoffeeScript!"';
this.mainCoffeeFile = '### jshint white:false ###\n\n\'use strict\'\nconsole.log \'\\\'Allo from CoffeeScript!\'';

// iterate over defaults and create content string
defaults.forEach(function (el) {
Expand Down

0 comments on commit 1f02c2b

Please sign in to comment.