aboutsummaryrefslogtreecommitdiff
path: root/node_modules/gettext-parser/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/gettext-parser/Gruntfile.js')
-rw-r--r--node_modules/gettext-parser/Gruntfile.js30
1 files changed, 0 insertions, 30 deletions
diff --git a/node_modules/gettext-parser/Gruntfile.js b/node_modules/gettext-parser/Gruntfile.js
deleted file mode 100644
index 4b4a65234..000000000
--- a/node_modules/gettext-parser/Gruntfile.js
+++ /dev/null
@@ -1,30 +0,0 @@
-'use strict';
-
-module.exports = function(grunt) {
-
- // Project configuration.
- grunt.initConfig({
- jshint: {
- all: ['src/*.js', 'test/*.js', 'index.js'],
- options: {
- jshintrc: '.jshintrc'
- }
- },
-
- mochaTest: {
- all: {
- options: {
- reporter: 'spec'
- },
- src: ['test/*-test.js']
- }
- }
- });
-
- // Load the plugin(s)
- grunt.loadNpmTasks('grunt-contrib-jshint');
- grunt.loadNpmTasks('grunt-mocha-test');
-
- // Tasks
- grunt.registerTask('default', ['jshint', 'mochaTest']);
-}; \ No newline at end of file