This repository has been archived by the owner on Apr 21, 2021. It is now read-only.
v0.1.4
- Prevented usage of reserved words (
main
,variables
,mixins
, ...) as a page name - Checking
src/js/main.js
with JS Hint check (not justdist/js/main.js
) - HTML validation moved outside the main
grunt
task to improve performance - Added
grunt validate
task for HTML validation - Added
grunt qa
task for detaching X-Precise, rebuilding project, validating HTML files and checking JavaScript files with JS Hint - Removed CHANGELOG.md in favor of GitHub releases (this page)
- Documentation updates