Commit 3a47d709 authored by Jeffrey Way's avatar Jeffrey Way

Fix alignment

parent 31798823
......@@ -12,7 +12,7 @@ var elixir = require('laravel-elixir');
*/
elixir(function(mix) {
mix.sass("bootstrap.scss")
.phpUnit()
.publish("vendor/bower_components");
mix.sass("bootstrap.scss")
.phpUnit()
.publish("vendor/bower_components");
});
\ No newline at end of file
{
"devDependencies": {
"gulp": "^3.8.8",
"laravel-elixir": "*"
"gulp": "^3.8.8",
"laravel-elixir": "*"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment