-
- Downloads
Adding gruntfile and package json for build
Gruntfile.js
0 → 100644
package.json
0 → 100644
{ | |||
"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 |
Please register or sign in to comment