You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(node:5902) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): TypeError: Path must be a string. Received undefined
(node:5902) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
06 Apr 16:25:55 - info: compiling
06 Apr 16:25:59 - info: compiling.
06 Apr 16:26:03 - info: compiling..
my brunch-config.js
module.exports = {
files: {
javascripts: {
joinTo: "js/app.js"
// To use a separate vendor.js bundle, specify two files path
// http://brunch.io/docs/config#-files-
// joinTo: {
// "js/app.js": /^(web\/static\/js)/,
// "js/vendor.js": /^(web\/static\/vendor)|(deps)/
// }
//
// To change the order of concatenation of files, explicitly mention here
// order: {
// before: [
// "web/static/vendor/js/jquery-2.1.1.js",
// "web/static/vendor/js/bootstrap.min.js"
// ]
// }
},
stylesheets: {
joinTo: 'css/app.css'
}
},
conventions: {
assets: /^(web\/static\/assets)/
},
paths: {
watched: [
'/web/static'
],
public: '/priv/static'
},
sourceMaps: false
};
Hi,
When i try start brunch, i see error:
my brunch-config.js
package.json:
Environment:
P.S When i remove or replace sylus ( as example LESS ), all works fine.