lib/linner/templates/config.yml in linner-0.1.0 vs lib/linner/templates/config.yml in linner-0.1.1

- old
+ new

@@ -1,11 +1,11 @@ paths: public: "public" files: scripts: concat: - "scripts/app.js": "app/scripts/**/*.{js,coffee}" + "scripts/app.js": "app/**/*.{js,coffee}" "scripts/vendor.js": "vendor/**/*.{js,coffee}" order: before: - "vendor/jquery-1.10.2.js" after: @@ -18,9 +18,7 @@ "images/": "app/images/**/*.{png,gif}" views: copy: "/": "app/views/**/*.{html,hbs}" modules: - wrapper: "cmd" -conventions: - ignored: "_" + wrapper: "CMD" notifications: true