Restructure for real use; Introduction of scss (may need webpack integration)

This commit is contained in:
James Barnsley
2016-10-05 09:17:09 +13:00
parent 4161e69c10
commit cce14b496a
74 changed files with 2452 additions and 59 deletions

View File

@ -8,7 +8,7 @@ var output_dir = __dirname +"/production"
var config = {
context: __dirname,
entry: "./src/index.js",
entry: "./src/js/index.js",
output: {
path: output_dir,