- update nunjucks to prevent XSS
- update express-winston to v2
- add node v5, v6 to travis.yml
- express version update
- logger updates
- add logger level config in config.json
- add multi api/proxy endpoints
- remove unused html attributes
- add tests
- add travis-ci
- bug fixes
- move all dist assets to
builddir instead of putting the static assets inpublic/build
- gulp less/scss task typo fix, causing the gulp task to fail :(
- add consolidate.js to support multiple template engines
- replace gulp-minify-css with gulp-clean-css
- replace swig with nunjucks
- using sass by default
- #4 hotfix for swig tag error in layout.html
- #3 using minified html in prod mode
- add img url revision in css and html
- add html minification
- remove nodemon package
- other minor update
- add CORS support for api proxy, you can now simulate cors env while send cors requests
- bug fixes and improvements
- add node-web-kit framework
- using gulp and browserify as build tool
- using less as css preprocessor
- using express as MVC
- add proxy for api request
- find out other features in code