Skip to content

Instantly share code, notes, and snippets.

@5car1z
Created April 15, 2016 16:01
Show Gist options
  • Save 5car1z/d680b67ed2b84796fc686cce1f64aae8 to your computer and use it in GitHub Desktop.
Save 5car1z/d680b67ed2b84796fc686cce1f64aae8 to your computer and use it in GitHub Desktop.
Configuration file for the "dead-simple" Brunch project on Nitrous - contains needed server settings.
module.exports = {
files: {
javascripts: {joinTo: 'app.js'},
stylesheets: {joinTo: 'app.css'},
},
server: {
hostname: '0.0.0.0',
port: '3000'
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment