diff --git a/config.coffee b/config.coffee index f6ebd484e..ff02150a1 100644 --- a/config.coffee +++ b/config.coffee @@ -4,7 +4,8 @@ startsWith = (string, substring) -> exports.config = paths: - 'public': 'public' + public: 'public' + watched: ['app', 'vendor', 'test/app', 'test/demo'] conventions: ignored: (path) -> startsWith(sysPath.basename(path), '_') sourceMaps: true