diff --git a/Gruntfile.js b/Gruntfile.js deleted file mode 100644 index 0394823ef..000000000 --- a/Gruntfile.js +++ /dev/null @@ -1,248 +0,0 @@ -module.exports = function (grunt) { - - /** LOAD Tasks **/ - grunt.loadNpmTasks('grunt-replace'); - grunt.loadNpmTasks('grunt-bower-cli'); - grunt.loadNpmTasks('grunt-contrib-copy'); - grunt.loadNpmTasks('grunt-contrib-clean'); - grunt.loadNpmTasks('grunt-contrib-uglify'); - grunt.loadNpmTasks('grunt-contrib-requirejs'); - grunt.loadNpmTasks('grunt-contrib-watch'); - grunt.loadNpmTasks('grunt-contrib-concat'); - grunt.loadNpmTasks('grunt-npm2bower-sync'); - - grunt.loadNpmTasks('grunt-docco'); - - // Project configuration. - grunt.initConfig({ - pkg: grunt.file.readJSON('package.json'), - - clean: { - dist: ['./dist'] - }, - - sync: { - all: { - options: { - sync: ['author', 'name', 'license', 'main', 'keywords'], - from: 'package.json', - to: 'bower.json' - } - } - }, - - docco: { - source: { - src: ['src/parsley.js', 'src/parsley/*.js', 'src/extra/plugin/remote.js'], - options: { - output: 'doc/annotated-source/', - layout: 'parallel' - } - } - }, - - replace: { - annotated: { - options: { - patterns: [ - { - match: /