Skip to content

Instantly share code, notes, and snippets.

@sebbo2002
Created December 28, 2012 23:19
Show Gist options
  • Save sebbo2002/4403006 to your computer and use it in GitHub Desktop.
Save sebbo2002/4403006 to your computer and use it in GitHub Desktop.
require('0815')
.setInput(__dirname + '/app')
.setOutput(__dirname + '/public')
.setOutputURL('http://localhost:8888/')
.setJSConfig({
'develop': {
isDevelop: 1,
url: 'http://localhost:3000'
},
'*': {
isDevelop: 0,
url: 'http://example.com'
}
})
.useColor(true)
.cmd();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment