Reorganize and cleanup public assets

This commit is contained in:
Nabeel Shahzad
2017-12-16 15:12:44 -06:00
parent 301a408759
commit 0ace7c8137
191 changed files with 23035 additions and 21134 deletions

View File

@@ -30,6 +30,11 @@ clean-routes:
build:
@php composer.phar install --no-interaction
# This is to build all the stylesheets, etc
.PHONY: build-assets
build-assets:
npm run dev
.PHONY: install
install: build
@php artisan database:create