diff --git a/.gitignore b/.gitignore index bd43984b..48f1c69c 100644 --- a/.gitignore +++ b/.gitignore @@ -4,15 +4,16 @@ *~ *.egg-info *.doc +# jetbrains data .idea/ media/ media logs/ Thumbs.db -npm-debug.log /proj/local.py - +# gulp node_modules +npm-debug.log \ No newline at end of file diff --git a/templates/client/package.json b/templates/client/package.json new file mode 100644 index 00000000..aab78596 --- /dev/null +++ b/templates/client/package.json @@ -0,0 +1,30 @@ +{ + "name": "kotzilla", + "version": "0.0.0", + "description": "", + "main": "gulpfile.js", + "dependencies": { + "gulp": "~3.9.0" + }, + "devDependencies": { + "connect": "~3.4.0", + "gulp-concat": "~2.6.0", + "gulp-livereload": "~3.8.1", + "gulp": "~3.9.0", + "gulp-stylus": "~2.1.0", + "gulp-uglify": "~1.4.1", + "gulp-jade": "~1.1.0", + "gulp-imagemin": "~2.3.0", + "gulp-csso": "~1.0.0", + "gulp-myth": "~1.0.3", + "gulp-rename": "~1.2.2", + "gulp-autoprefixer": "~3.0.2", + "gulp-cssmin": "~0.1.7", + "gulp-newer": "~0.5.1" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "BSD-2-Clause" +} diff --git a/templates/client/service/participation.html b/templates/client/service/participation.html index 864c5179..d6e5efc3 100644 --- a/templates/client/service/participation.html +++ b/templates/client/service/participation.html @@ -55,7 +55,7 @@