https://github.com/jspears/css-loader-minimize-issue
A demonstration of the css loader www disappearing issue.
https://github.com/jspears/css-loader-minimize-issue
Last synced: about 2 months ago
JSON representation
A demonstration of the css loader www disappearing issue.
- Host: GitHub
- URL: https://github.com/jspears/css-loader-minimize-issue
- Owner: jspears
- Created: 2015-07-15T15:52:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-15T15:58:12.000Z (over 10 years ago)
- Last Synced: 2025-01-08T06:35:20.741Z (12 months ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Issue
When a url has www in it css-loader removes it.
##Install
```sh
$ git clone https://github.com/jspears/css-loader-minimize-issue.git
$ cd css-loader-minimize-issue
$ npm start
$ grep 'superduper' compiled.js
- note the www is stripped from the background-image property
```