Skip to content

Instantly share code, notes, and snippets.

@nnarhinen
Created November 28, 2013 10:40
Show Gist options
  • Save nnarhinen/7690042 to your computer and use it in GitHub Desktop.
Save nnarhinen/7690042 to your computer and use it in GitHub Desktop.
grunt.initConfig({
///blabla
browserify: {
basic: {
src: ['<%= yeoman.app %>/scripts/main.js'],
options: {
transform: ['brfs']
},
dest: '.tmp/scripts/application.js'
}
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment