Skip to content

Removing Generated Files From Repository

Compare
Choose a tag to compare
@pfiller pfiller released this 02 Jul 21:31

This release removes all generated JS and CSS from Chosen's git repository. A bundled zip file will now be made available using Grunt.

This change will help reenforce Chosen's code conventions for a PR:

  1. Make all changes in CoffeeScript files, not JavaScript files.
  2. Use Grunt to build the JavaScript files.