As a developer on Glimpse.Client I want to be able to build the client side project. This involves taking the following into account: - [ ] New developer should be able to clone this repo and not need any other utilities downloaded (i.e. the repo has all it needs to build the client) - [ ] Other build systems should be able to trigger the client build to occur - [ ] Client build should be able to handle the inlining and minification of HTML/CSS/SVG content - [ ] Be able to conduct a one click build - [ ] Take into account the order in which files need to be built/merged - [ ] Be able to produce more than one output file (i.e. have multiple targets - _build.js, _build_plugins.js, etc) Ideally, we would also have the following: - [ ] Minified output produced alongside the built file - [ ] Be able to trigger tests to run - [ ] JsLint report produced (try to improve code quality over time) - [ ] Source map produced
As a developer on Glimpse.Client I want to be able to build the client side project.
This involves taking the following into account:
Ideally, we would also have the following: