yuguo / gulp-import-css

Import several css files into a single file
MIT License
15 stars 6 forks source link

Fix for conflict with imports of other resources #1

Closed murrutia closed 10 years ago

murrutia commented 10 years ago

I've added a line that ensures that the inlining of extern resources only occurs for the CSS files, and also changed 'const' with 'var' to be compliant with the JS strict mode. Note : in my usage I only had CSS to render inline, maybe other resources should be considered.

Anyway, thanks for bringing up this module :-)

yuguo commented 10 years ago

Thank you for you contribute!

murrutia commented 10 years ago

You're welcome! Thanks for having taken it into consideration.

2014-05-06 12:41 GMT+02:00 余果 notifications@github.com:

Merged #1 https://github.com/yuguo/gulp-import-css/pull/1.

— Reply to this email directly or view it on GitHubhttps://github.com/yuguo/gulp-import-css/pull/1#event-118180493 .