mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-14 07:00:01 -04:00
The demo folder is now being compiled correctly, but still having brunch issues. vendor.js isn't happening.
This commit is contained in:
parent
1786eab09d
commit
1013f52c14
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ startsWith = (string, substring) ->
|
|||
exports.config =
|
||||
paths:
|
||||
'public': 'public'
|
||||
'watched': ['app', 'test', 'vendor', 'demo', 'bower_components']
|
||||
conventions:
|
||||
ignored: (path) -> startsWith(sysPath.basename(path), '_')
|
||||
sourceMaps: true
|
||||
|
|
Loading…
Reference in a new issue