Commit 31798823 authored by Jeffrey Way's avatar Jeffrey Way

Add Bower

parent ccaa7b18
{
"directory": "vendor/bower_components",
"scripts": {
"postinstall": "gulp publish"
}
}
\ No newline at end of file
{
"name": "Laravel Framework",
"dependencies": {
"bootstrap-sass-official": "~3.3.1"
}
}
\ No newline at end of file
...@@ -12,6 +12,7 @@ var elixir = require('laravel-elixir'); ...@@ -12,6 +12,7 @@ var elixir = require('laravel-elixir');
*/ */
elixir(function(mix) { elixir(function(mix) {
mix.sass("bootstrap.scss") mix.sass("bootstrap.scss")
.phpUnit(); .phpUnit()
}); .publish("vendor/bower_components");
});
\ No newline at end of file
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