mirror of
https://github.com/photonstorm/phaser
synced 2024-11-25 14:10:42 +00:00
Restructuring with Yarn + Webpack
This commit is contained in:
parent
0dfcd217ee
commit
3a85f4ee91
302 changed files with 1855 additions and 9109 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
dist/*
|
||||||
Gruntfile.js
|
Gruntfile.js
|
||||||
node_modules/*
|
node_modules/*
|
||||||
build/*
|
build/*
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
{
|
{
|
||||||
"env": {
|
"env": {
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"es6": true
|
"es6": true,
|
||||||
|
"commonjs": true
|
||||||
},
|
},
|
||||||
"extends": "eslint:recommended",
|
"extends": "eslint:recommended",
|
||||||
"globals": {
|
"globals": {
|
||||||
"PhaserGlobal": true,
|
|
||||||
"Phaser": true,
|
"Phaser": true,
|
||||||
"PIXI": true,
|
|
||||||
"p2": true
|
"p2": true
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
|
|
|
@ -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
Loading…
Reference in a new issue