Select Git revision
Gruntfile.js
-
Curtis Loisel authoredCurtis Loisel authored
Gruntfile.js 347 B
/*
* WP CDN Rewrite
* https://github.com/voceconnect/cdn-rewrite
*/
'use strict';
module.exports = function(grunt) {
// Project configuration.
grunt.initConfig({
"build": {
"production": ["composer:install:no-dev:optimize-autoloader:prefer-dist"],
}
});
//load the tasks
grunt.loadNpmTasks('grunt-voce-plugins');
};