Skip to content
Snippets Groups Projects
Commit 4a493191 authored by Curtis Loisel's avatar Curtis Loisel
Browse files

Adding gruntfile and package json for build

parent ca412e58
Branches
Tags
No related merge requests found
/*
* 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');
};
\ No newline at end of file
{
"name": "cdn-rewrite",
"description": "Allows you to rewrite the root url of assets, css, and js files.",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "git@github.com:voceconnect/cdn-rewrite.git"
},
"bugs": {
"url": "https://github.com/voceconnect/cdn-rewrite/issues"
},
"devDependencies": {
"grunt-voce-plugins": "latest"
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment