Commit ad087176 authored by Taylor Otwell's avatar Taylor Otwell

tweak default asset setup

parent 69076cb1
......@@ -12,5 +12,5 @@ var elixir = require('laravel-elixir');
*/
elixir(function(mix) {
mix.less('app.less');
mix.sass('app.scss');
});
......@@ -2,6 +2,7 @@
"private": true,
"devDependencies": {
"gulp": "^3.8.8",
"laravel-elixir": "^2.0.0"
"laravel-elixir": "^2.0.0",
"bootstrap-sass": "^3.0.0"
}
}
// @import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
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