Skip to content

Commit

Permalink
Fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Nov 21, 2014
1 parent 3179882 commit 3a47d70
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
});
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"gulp": "^3.8.8",
"laravel-elixir": "*"
"gulp": "^3.8.8",
"laravel-elixir": "*"
}
}

0 comments on commit 3a47d70

Please sign in to comment.