Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

v0.1.4

Compare
Choose a tag to compare
@luboskmetko luboskmetko released this 26 May 15:23
· 383 commits to master since this release
  • Prevented usage of reserved words (main, variables, mixins, ...) as a page name
  • Checking src/js/main.js with JS Hint check (not just dist/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