Added gulp, and started using the file being built by gulp. Fixed some issues with remote control changing. Implemented clients being able to change password

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-24 17:24:44 +02:00
parent 6c2f115c4e
commit 7abd101118
1263 changed files with 132016 additions and 3351 deletions

18
server/node_modules/gulp-uglifyjs/.jshintrc generated vendored Normal file
View File

@@ -0,0 +1,18 @@
{
"bitwise": true,
"camelcase": true,
"curly": false,
"devel": true,
"eqeqeq": true,
"indent": 2,
"latedef": true,
"newcap": true,
"node": true,
"noempty": true,
"nonew": true,
"quotmark": "single",
"strict": true,
"trailing": true,
"undef": true,
"unused": true
}