Skip to content

Commit

Permalink
typo from 1.1, fixes #314
Browse files Browse the repository at this point in the history
  • Loading branch information
dbashford committed Nov 27, 2013
1 parent 1d537dd commit b8fa2bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/util/config-builder.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/util/config-builder.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ buildConfigText = ->
configText += _configBottom()

if moduleManager.configModuleString?
configText = configText.replace(" # modules: ['jshint', 'csslint', server', 'require', 'minify', 'live-reload', 'bower']", " modules: " + moduleManager.configModuleString)
configText = configText.replace(" # modules: ['jshint', 'csslint', 'server', 'require', 'minify', 'live-reload', 'bower']", " modules: " + moduleManager.configModuleString)

configText

Expand Down

0 comments on commit b8fa2bf

Please sign in to comment.