Skip to content

Instantly share code, notes, and snippets.

@jimthedev
Created July 14, 2014 20:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimthedev/393677919e25564c4b71 to your computer and use it in GitHub Desktop.
Save jimthedev/393677919e25564c4b71 to your computer and use it in GitHub Desktop.
generator-ionic dependencies list for gulp branch
List of current dependencies as of July 14, 2014. On the left is the current dependency, on the right, the possible replacement:
"grunt": "~0.4.1", https://github.com/gulpjs/gulp/
"grunt-autoprefixer": "~0.4.0", https://github.com/Metrime/gulp-autoprefixer
"grunt-bower-install": "~0.7.0", https://github.com/taptapship/wiredep
"grunt-concurrent": "~0.4.1", Likely unneeded since gulp runs concurrent by default.
"grunt-contrib-clean": "~0.5.0", https://github.com/robrich/gulp-rimraf
"grunt-contrib-compass": "~0.6.0", https://github.com/appleboy/gulp-compass
"grunt-contrib-concat": "~0.3.0", https://github.com/wearefractal/gulp-concat
"grunt-contrib-connect": "~0.5.0", https://github.com/avevlad/gulp-connect
"grunt-contrib-copy": "~0.4.1", Should probably use src -> dest instead
"grunt-contrib-cssmin": "~0.7.0", https://github.com/jonathanepollack/gulp-minify-css, https://github.com/chilijung/gulp-cssmin/
"grunt-contrib-htmlmin": "~0.1.3", https://github.com/jonschlinkert/gulp-htmlmin
"grunt-contrib-jshint": "~0.7.1", https://github.com/spenceralger/gulp-jshint
"grunt-contrib-uglify": "~0.2.0", https://github.com/terinjokes/gulp-uglify/
"grunt-contrib-watch": "~0.5.2", https://www.npmjs.org/package/gulp-watch
"grunt-newer": "~0.6.1", https://github.com/tschaub/gulp-newer
"grunt-usemin": "~2.0.0", https://github.com/zont/gulp-usemin
"grunt-ng-annotate": "~0.2.3", https://github.com/Kagami/gulp-ng-annotate
"grunt-karma": "~0.8.0", https://github.com/lazd/gulp-karma
"karma": "~0.12.0",
"karma-mocha": "~0.1.3",
"karma-chai": "~0.1.0",
"karma-chrome-launcher": "~0.1.2",
"karma-phantomjs-launcher": "~0.1.2",
"karma-coverage": "~0.2.0",
"jshint-stylish": "~0.1.3",
"load-grunt-tasks": "~0.2.0", https://www.npmjs.org/package/gulp-load-plugins
"time-grunt": "~0.2.1", https://www.npmjs.org/package/gulp-duration
"cordova": "~3.5.0-0.2.6",
"lodash": "~2.4.1",
"ripple-emulator": "~0.9.23"
Dependencies needed for gulp:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment