Skip to content

a couple of fixes following 0.3.0 release #55

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 27, 2015

Conversation

bholloway
Copy link
Member

fix base64 encoding of sass url()'s that are not quoted
update browserify-nginject to get recent fixes
bump patch version

* @param declaration
*/
function eachDeclaration(declaration) {
var REGEX = /(url\s*\()\s*(?:(['"])((?:(?!\2).)*)(\2)|([^'"](?:(?!\)).)*[^'"]))\s*(\))/g;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bholloway can we just have a more descriptive variable name and nice work!

impaler added a commit that referenced this pull request May 27, 2015
@impaler impaler merged commit 6e7d581 into develop May 27, 2015
@impaler impaler deleted the bugfix/nginject-and-css-embedding branch May 27, 2015 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants