Skip to content

Instantly share code, notes, and snippets.

@kaw2k
Created March 25, 2014 14:28
Show Gist options
  • Save kaw2k/9762994 to your computer and use it in GitHub Desktop.
Save kaw2k/9762994 to your computer and use it in GitHub Desktop.
browserify: {
options: {
debug: true,
transform: ['reactify'],
extensions: ['.jsx']
},
dist: {
files: { 'app/public/scripts/scripts.js': 'app/src/scripts/main.js'}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment