Skip to content

Releases: bijoyanupam/frontend-starter-kit

Add husky support for git hooks

03 Mar 15:58
Compare
Choose a tag to compare
  • Husky based git pre-commit hook to run test before commit.

Update grunt configuration with latest packages

02 Mar 16:51
1a9d854
Compare
Choose a tag to compare
  • Update in package.json file to update the latest packages.
  • Fix issues related to older packages in various files and configuration.

Update Gruntfile.js file to support large scale projects.

21 Nov 10:22
e29c98e
Compare
Choose a tag to compare
  • Update in gitignore file to check for common files/folders across projects.
  • Update eslint configuration to handle the JavsScript files better for development purpose.
  • Update editorconfig file to check for newline at the end of the file.
  • Update Gruntfile.js to support large scale project by breaking down the Grunt configuration.

Support for automated unit testing using QUnit.

17 May 11:36
Compare
Choose a tag to compare

Support for unit testing using QUnit in a headless browser instance of PhantomJS using a static web server.

More postCSS Support, like post-import and cssnano

13 May 08:38
Compare
Choose a tag to compare
  • Add support to import css modules from node-modules which were installed using npm.
  • Add support to compress and optimize css files.

Browserify & Babel Support

08 May 10:30
Compare
Choose a tag to compare
  • Transpile your ES6 or latest code to ES5 using Babel.
  • Write node.js-style module and bundle them for current browsers using Browserify.

Local GruntJS support

07 May 07:48
Compare
Choose a tag to compare
  • GruntJS do not need to be installed globally.
  • Supports .editorconfig file.
  • Removed .vscode/settings.json and replaced with .editorconfig.

Initial Release

07 May 07:49
Compare
Choose a tag to compare

Initial release