gulp: gulp-my-tasks, npm module for running my gulp tasks
authorGustavo Martin Morcuende <gu.martinm@gmail.com>
Mon, 24 Aug 2015 20:25:02 +0000 (22:25 +0200)
committerGustavo Martin Morcuende <gu.martinm@gmail.com>
Mon, 24 Aug 2015 20:25:02 +0000 (22:25 +0200)
commit7fb3f323f14e8ceefdf5f7cacdf0d83dcae6b586
treecba9b9c0db0734596ea42e025666dccc1da75f97
parent18dbf9e7d071db16064e089c2ae0e83c5a4c77e4
gulp: gulp-my-tasks, npm module for running my gulp tasks

In this way I should be able to use the same tasks in any AngularJS project
(if it follows my patterns)
gulp/gulp-my-tasks/index.js [new file with mode: 0644]
gulp/gulp-my-tasks/package.json [new file with mode: 0644]
gulp/gulp-my-tasks/tasks/.htmlhintrc [new file with mode: 0644]
gulp/gulp-my-tasks/tasks/.jscsrc [new file with mode: 0644]
gulp/gulp-my-tasks/tasks/.jshintrc [new file with mode: 0644]
gulp/gulp-my-tasks/tasks/favicon.ico [new file with mode: 0644]
gulp/gulp-my-tasks/tasks/karma.conf.js [new file with mode: 0644]
gulp/gulp-my-tasks/tasks/server.config.js [new file with mode: 0644]
gulp/gulp-my-tasks/tasks/server.js [new file with mode: 0644]
gulp/gulp-my-tasks/tasks/tasks.config.js [new file with mode: 0644]
gulp/gulp-my-tasks/tasks/tasks.js [new file with mode: 0644]