move styles and js to the root directory

This commit is contained in:
Andrew Croce
2018-08-03 09:09:07 -04:00
committed by richard-dds
parent dacb950349
commit 1ec82cd6ea
36 changed files with 1917 additions and 2 deletions

View File

@@ -4,8 +4,8 @@
"description": "ATST Stateless Services",
"main": "index.js",
"scripts": {
"watch": "parcel watch static/js/index.js -d static/assets -o index.js --no-autoinstall",
"build": "parcel build static/js/index.js -d static/assets -o index.js",
"watch": "parcel watch js/index.js -d static/assets -o index.js --no-autoinstall",
"build": "parcel build js/index.js -d static/assets -o index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",