Minification of JS/CSS with Composer for compatibility

This commit is contained in:
2018-06-14 17:56:03 +02:00
parent 14a6387218
commit 358602bf48
7 changed files with 25 additions and 8 deletions

4
.gitignore vendored
View File

@ -2,4 +2,6 @@ composer.lock
/vendor/
/node_modules/
/dist/
.idea
.idea
**/*.min.css
**/*.min.js