mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 04:33:31 +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
|
||||
node_modules/*
|
||||
build/*
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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