Created
June 4, 2015 14:25
-
-
Save jwalton512/1e6b24114acf138ffe52 to your computer and use it in GitHub Desktop.
elixir+less+scripts+browserify+version
This file contains hidden or 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
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