I'm trying to run a test-run with Brunch using Nitrous as the container for dependencies, I'm using the node package manager to install it via
Code:
npm install -g brunch
Code:
module.exports = {
files: {
javascripts: {joinTo: 'app.js'},
stylesheets: {joinTo: 'app.css'},
},
server: {
hostname: '0.0.0.0',
port: '3000'
}
};
Code:
brunch build
Code:
01 Jul 05:56:40 - error: config.server.port: expected: number, got: string (3000) 01 Jul 05:56:40 - error: Initialization error - config is not valid Stack trace was suppressed. Run with `LOGGY_STACKS=true` to see the trace.
Code:
brunch build --production
برچسب:
نویسنده: استخدام کار