The demo folder is now being compiled correctly, but still having brunch issues. vendor.js isn't happening.

This commit is contained in:
Scott Erickson 2014-06-14 08:20:01 -07:00
parent 1786eab09d
commit 1013f52c14

View file

@ -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