Created
December 26, 2016 18:05
-
-
Save soyFelixBarros/3e676b8c2f090072888dc45017699cd0 to your computer and use it in GitHub Desktop.
laravel-elixir for symfony
This file contains 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
var elixir = require('laravel-elixir'); | |
elixir.config.publicPath = 'web'; | |
elixir.config.appPath = 'src'; | |
elixir.config.assetsPath = 'app/Resources/assets'; | |
elixir(function(mix) { | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment