move assets found in node_modules/ to dist/vendor; simpler assets/config.json (#1697)

This commit is contained in:
Patrick Vézina
2016-08-26 13:34:52 -04:00
committed by Ben Word
parent b6b0f4b9df
commit 97c1a307ec
2 changed files with 29 additions and 19 deletions

View File

@@ -1,5 +1,4 @@
{
"context": "assets",
"entry": {
"main": [
"./scripts/main.js",
@@ -9,10 +8,6 @@
"./scripts/customizer.js"
]
},
"output": {
"path": "dist",
"publicPath": "/app/themes/sage/dist/"
},
"devUrl": "http://example.dev",
"devPort": 3000
"publicPath": "/app/themes/sage",
"devUrl": "http://example.dev"
}