- Homepage: TBA
- Repository: GitHub/JKAussieSkater/WRC
- Author: JKAussieSkater
- License: MIT
- Bugs: GitHub
Fix multiple source map problem on distributed files(Fixed?)
- Release project as a starting template, so that many beginners can have a great beginning.
- Introduced test server
- Allows me to test website on other devices (on the same network), such as iPhones and iPads
- Included two ports, one for development testing and one for production testing
- Changed
embed
folder to be an_include
folder
- Improved File Tree directory structure
- Discarding
src/_processed/
folder - Introducing
tmp/
folder
- Discarding
- Optimised Grunt code
- Introducing
<!--embed:custom-->
HTML tags- Grunt replaces them with
/src/embed/
templates
- Grunt replaces them with
- Introducing
<!--activate/-->
HTML tag- Grunt replaces it with certain HTML features (e.g. Bootstrap features) which require a per-page addition of JavaScript
- Corrected, simplified and improved Regular Expressions
- Improved
watch
task's "kill switch" - Corrected some errors across multiple tasks
- Introduced JSLint Configuration
- Whitelists unnecessary warnings
- Introducing
- Improved File Tree directory structure
- Optimised Grunt code
- Copy but no overwriting
- HTML Processing
watch
routines
- Initial release.