grunt-css-urls
v0.2.0
Published
Grunt task to make css urls relative to a main css file with @import rules
Downloads
9
Readme
grunt-css-urls
Grunt task to make css urls relative to a main css file with @import rules.
Getting Started
Install this grunt plugin next to your project's grunt.js gruntfile with: npm install grunt-css-urls
Then add this line to your project's grunt.js
gruntfile:
grunt.loadNpmTasks('grunt-css-urls');
Documentation
TODO
Target Properties
- src(required): The file location of the css with the @import rules.
Example
grunt.initConfig({
cssUrls: {
src: "dist/main.css"
}
});
License
Copyright (c) 2012 Juan Pablo Garcia & Ideame Dev Team Licensed under the MIT license.