]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
Merge branch 'feature/grunt-0.4' into develop
authorTim Wood <washwithcare@gmail.com>
Mon, 25 Mar 2013 17:20:03 +0000 (10:20 -0700)
committerTim Wood <washwithcare@gmail.com>
Mon, 25 Mar 2013 17:20:03 +0000 (10:20 -0700)
* feature/grunt-0.4:
  building with new grunt version
  Upgrading from 1.0 to 2.0 uglify version
  Fixing travis grunt install via http://www.mattgoldspink.co.uk/2013/02/10/using-travis-ci-with-grunt-0-4-x/
  Fix watch plugin
  Fix jshint errors
  Add minwithcomments and minlang into release tasks
  fix zone and zones tasks
  fix minwithcomments task
  fix minlang task
  Add concatlang in release task
  fix concatlang taks
  Update core task to grunt plugin: min task →  grunt-contrib-uglify plugin
  add the grunt-contrib-uglify plugin
  Add grunt-contrib-concat plugin
  Remove nodeunit core task. There is the grunt-contrib-nodeunit plugin instead of it.
  Fix error from jshint: Missing space after 'function'
  update jshint plugin
  upgrade grunt from 0.3 to 0.4 (changed the test and lint plugin)
  import project metadata into the grunt config
  Rename grunt.js to Gruntfile.js


Trivial merge