Skip to content

gtb104/mct-rewrite-css-url-paths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mct-rewrite-css-url-paths

Overview

This mimosa-combine transform package will rewrite relative url paths for images to account for the fact that mimosa-combine can break relative paths.

For information on mimosa-combine transforms, checkout the mimosa-combine repo.

Installation

From the root of your Mimosa project, type npm install mct-rewrite-css-url-paths --save

Usage

Add this module as a combine transform in the mimosa-config file.

combine: {
    folders: [
      {
        transforms: [
          require('mct-rewrite-css-url-paths')
        ]

Testing

Run npm test to execute test suite.

About

This mimosa-combine transform package will rewrite relative url paths for images to account for the fact that mimosa-combine can break relative paths.

Resources

License

Stars

Watchers

Forks

Packages

No packages published