Restructuring with Yarn + Webpack

This commit is contained in:
Richard Davey 2016-11-22 03:11:33 +00:00
parent 0dfcd217ee
commit 3a85f4ee91
302 changed files with 1855 additions and 9109 deletions

View file

@ -1,3 +1,4 @@
dist/*
Gruntfile.js
node_modules/*
build/*

View file

@ -1,13 +1,12 @@
{
"env": {
"browser": true,
"es6": true
"es6": true,
"commonjs": true
},
"extends": "eslint:recommended",
"globals": {
"PhaserGlobal": true,
"Phaser": true,
"PIXI": true,
"p2": true
},
"rules": {

View file

@ -1,7 +0,0 @@
language: node_js
node_js:
- "0.10"
- "4"
install:
- npm install -g grunt-cli
- npm install

Some files were not shown because too many files have changed in this diff Show more