Skip to content

Commit

Permalink
Added 'grunt-sequelize-fixtures' for #7
Browse files Browse the repository at this point in the history
Adding 'grunt-sequelize-fixtures' module to the project

- Gruntfile.js - added grunt.loadNpmTasks('grunt-sequelize-fixtures');

- package.json - added 'grunt-sequlize-fixtures' package as result
  of `npm install` command
  • Loading branch information
mnyon-grandkru committed Aug 31, 2015
1 parent a033dd4 commit d4f9714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-concurrent');
grunt.loadNpmTasks('grunt-nodemon');
grunt.loadNpmTasks('grunt-newer');

grunt.loadNpmTasks('grunt-sequelize-fixtures');
grunt.registerTask('default', ['copy:vendor', 'newer:uglify', 'newer:less', 'concurrent']);
grunt.registerTask('build', ['copy:vendor', 'uglify', 'less']);
grunt.registerTask('lint', ['jshint']);
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"grunt-contrib-watch": "^0.6.x",
"grunt-newer": "^1.x.x",
"grunt-nodemon": "^0.4.x",
"grunt-sequelize-fixtures": "^0.1.0",
"html5shiv": "^3.x.x",
"jquery": "^2.x.x",
"jquery.cookie": "^1.x.x",
Expand Down

0 comments on commit d4f9714

Please sign in to comment.