Backend for songs.zachdecook.com
Diffstat (limited to 'laravel/webpack.mix.js')
-rw-r--r--laravel/webpack.mix.js17
1 files changed, 0 insertions, 17 deletions
diff --git a/laravel/webpack.mix.js b/laravel/webpack.mix.js
deleted file mode 100644
index 162f138..0000000
--- a/laravel/webpack.mix.js
+++ /dev/null
@@ -1,17 +0,0 @@
-const mix = require('laravel-mix');
-
-/*
- |--------------------------------------------------------------------------
- | Mix Asset Management
- |--------------------------------------------------------------------------
- |
- | Mix provides a clean, fluent API for defining some Webpack build steps
- | for your Laravel application. By default, we are compiling the Sass
- | file for the application as well as bundling up all the JS files.
- |
- */
-
-mix
- .copy('node_modules/ccharter/scripts/ccharter.js', 'public/js/ccharter.js')
- .copy('resources/css/mvp.css', 'public/css/app.css')
- .copy('resources/css/song.css', 'public/css/song.css');