Skip to content

Commit

Permalink
Cleanup unused assets
Browse files Browse the repository at this point in the history
  • Loading branch information
m1guelpf committed Dec 11, 2017
1 parent 9a5d86d commit 32c8447
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 241 deletions.
11 changes: 0 additions & 11 deletions public/css/join.css

This file was deleted.

1 change: 0 additions & 1 deletion public/css/landing.css

This file was deleted.

10 changes: 0 additions & 10 deletions resources/assets/sass/join.scss

This file was deleted.

117 changes: 0 additions & 117 deletions resources/assets/sass/join/styles.scss

This file was deleted.

7 changes: 0 additions & 7 deletions resources/assets/sass/landing.scss

This file was deleted.

38 changes: 0 additions & 38 deletions resources/assets/sass/landing/_variables.scss

This file was deleted.

55 changes: 0 additions & 55 deletions resources/assets/sass/landing/styles.scss

This file was deleted.

2 changes: 0 additions & 2 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ var tailwindcss = require('tailwindcss');
mix.js('resources/assets/js/app.js', 'public/js')
.js('resources/assets/js/landing.js', 'public/js')
.sass('resources/assets/sass/app.scss', 'public/css')
.sass('resources/assets/sass/landing.scss', 'public/css')
.sass('resources/assets/sass/join.scss', 'public/css')
.less('resources/assets/less/new.less', 'public/css')
.options({
postCss: [
Expand Down

0 comments on commit 32c8447

Please sign in to comment.