Skip to content

Instantly share code, notes, and snippets.

@jwalton512
Created June 4, 2015 14:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwalton512/1e6b24114acf138ffe52 to your computer and use it in GitHub Desktop.
Save jwalton512/1e6b24114acf138ffe52 to your computer and use it in GitHub Desktop.
elixir+less+scripts+browserify+version
elixir(function (mix) {
mix.less('app.less')
.less('admin.less')
.scripts(['libs/**/*.js', 'app/**/**/*.js'], 'resources/assets/build/app.js')
.browserify('app.js', 'public/js/app.js', 'resources/assets/build')
.version('js/app.js')
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment