This is a template for writing chayns Tapps using AngularJS and ECMAScript 2015.
git clone https://github.com/rherwig/chayns-es6-angular-template.gitnpm ito install dependenciesgit remote set-url <your_repository>gulpto run dev server
You can use gulp build to bundle, uglify and copy the distribution files to dist directory.
The appcache.manifest is automatically invalidated by doing so.
gulp deploy:qa and gulp deploy:release will publish the dist folders contents to
the qa/release path. Before using that feature, ensure that the RELEASE_PATH and QA_PATH inside the gulpfile
are set accordingly.