Skip to content

Commit

Permalink
Releasing task
Browse files Browse the repository at this point in the history
  • Loading branch information
lkrnac committed Nov 12, 2014
1 parent 1ded783 commit d1bc184
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Gruntfile.js
@@ -0,0 +1,5 @@
'use strict';

module.exports = function(grunt){
grunt.loadNpmTasks('grunt-release');
};
3 changes: 2 additions & 1 deletion gulpfile.js
Expand Up @@ -10,6 +10,7 @@ var stylish = require('jshint-stylish');
var plumber = require('gulp-plumber');
var lazypipe = require('lazypipe');
var rename = require('gulp-rename');
require('gulp-grunt')(gulp);

var errorOccured = false;
var paths = {
Expand Down Expand Up @@ -99,5 +100,5 @@ gulp.task('watch', function () {
registerBuildTask('Promise', paths.scriptsPromise);
registerBuildTask('Callback', paths.scriptsClbk);


gulp.task('default', ['test', 'checkError', 'coveralls']);
gulp.task('release', ['grunt-release']);

0 comments on commit d1bc184

Please sign in to comment.