bring the Demo's into master for testing & Automate the updates to gh-pages branch

This commit is contained in:
David Morse
2015-04-10 12:26:54 -06:00
parent 69f9c81d48
commit 385cc757ac
35 changed files with 1651 additions and 1234 deletions

View File

@ -1,13 +1,26 @@
{
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"browser": true
"curly": true,
"eqeqeq": true,
"immed": true,
"latedef": true,
"expr":true,
"newcap": true,
"noarg": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"browser": true,
"node": true,
"qunit": true,
"globals": {
"jQuery": true,
"define": false,
"require": false,
"delay": false,
"debounce": false,
"throttle": false,
"Gridster": false
}
}