diff options
author | Mateja <mail@matejamaric.com> | 2021-03-07 21:32:08 +0100 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-03-07 21:32:08 +0100 |
commit | d67fe1f656491c28f837946f0c34d6485f708dcf (patch) | |
tree | 36b549b9388050ac28434956dc045649d112e10c /.gitignore | |
parent | 99780d02d2e0db0dc677f87ff236b0b867e270cb (diff) | |
download | yota-laravel-d67fe1f656491c28f837946f0c34d6485f708dcf.tar.gz yota-laravel-d67fe1f656491c28f837946f0c34d6485f708dcf.zip |
Setting up Laravel Mix.
- Install necessary node packages
- Setup `webpack.mix.js`
- Don't track public files that change on asset compilation
- Compile `resources/sass` files (Bootstrap)
- Remove unused `resources/css/app.css` file
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,3 +10,7 @@ Homestead.json Homestead.yaml npm-debug.log yarn-error.log + +/public/css +/public/js +/public/mix-manifest.json |