1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-28 17:02:04 +03:00

Updated vuejs and got it working with current components

This commit is contained in:
Dan Brown
2015-11-01 20:00:57 +00:00
parent bd73c88edd
commit 53aa4635dc
5 changed files with 35 additions and 38 deletions

View File

@ -1,10 +1,5 @@
var elixir = require('laravel-elixir');
elixir.config.js.browserify.transformers.push({
name: 'vueify',
options: {}
});
elixir(function(mix) {
mix.sass('styles.scss')
.sass('print-styles.scss')