Change gruntfile and update dependencies

This commit is contained in:
Esteban Ordano 2014-09-24 12:34:29 -03:00
commit 8596b3d273
3 changed files with 64 additions and 70 deletions

View file

@ -1,16 +1,6 @@
module.exports = function(grunt) {
//Load NPM tasks
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-mocha-test');
grunt.loadNpmTasks('grunt-markdown');
grunt.loadNpmTasks('grunt-shell');
grunt.loadNpmTasks('grunt-contrib-cssmin');
grunt.loadNpmTasks('grunt-contrib-concat');
grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-angular-gettext');
grunt.loadNpmTasks('grunt-jsdoc');
grunt.loadNpmTasks('grunt-release');
require('load-grunt-tasks')(grunt);
// Project Configuration
grunt.initConfig({