upgrade dependencies to latest versions and fix bugs

This commit is contained in:
Alan Hamlett
2016-06-29 14:32:00 -07:00
parent e8a73a3846
commit afc10fb7c4
19 changed files with 698 additions and 50 deletions

View File

@@ -28,7 +28,7 @@ gulp.task('postinstall', function (cb) {
|
*/
elixir.config.assetsDir = 'assets/';
elixir.config.assetsPath = 'assets/';
elixir(function (mix) {
mix.copy('vendor/bower_components/bootstrap/less', 'assets/less/bootstrap');