0.2.0 • Published 11 years ago

grunt-css-urls v0.2.0

Weekly downloads
26
License
-
Repository
github
Last release
11 years ago

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.

0.2.0

11 years ago

0.1.5

11 years ago

0.1.4

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago