Created
April 15, 2016 16:01
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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