bootstrap-closure
bootstrap-closure copied to clipboard
bootstrap rewritten on closure
Bootstrap JS + Closure Compiler
This was a prototype largely written during Winter Vacation 2014.
Goals:
- Statically Type Bootstrap's JavaScript Source
- Introduce Global Util Method
- Refactor JS to be more "closure-y"
Gulp Tasks
$ Gulp- runs jshint, jscs, unit tests, and copmiles source$ Gulp Distjust runs closure dist$ Gulp Testjust runs tests
All visual tests running + unit tests running against compiled and uncompiled code.
Note: this was just an experiement, this will not be actively maintained.