Re-add book form

This commit is contained in:
Oliver Davies 2018-09-05 23:13:50 +01:00
parent 8cd9782160
commit a46909ed3c
7 changed files with 26 additions and 7 deletions

View file

@ -7,6 +7,7 @@ mix.disableNotifications()
.sass('assets/sass/app.sass', 'source/dist/css')
.js([
// 'node_modules/highlightjs/highlight.pack.js',
'node_modules/jquery/dist/jquery.js',
'assets/js/app.js',
], 'source/dist/js/all.js')
.copyDirectory('node_modules/font-awesome/fonts', 'source/dist/fonts')