assetgraph-sprite
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -160,3 +160,3 @@ var _ = require('underscore'), | ||
assetGraph.addRelation(relation, 'last'); | ||
assetGraph.refreshRelationUrl(relation); | ||
assetGraph.refreshRelationHref(relation); | ||
['selector-for-group', 'packer', 'image-format', 'background-color'].forEach(function (propertyName) { | ||
@@ -188,3 +188,3 @@ spriteGroup.placeHolder.cssRule.style.removeProperty(assets.Css.vendorPrefix + '-sprite-' + propertyName); | ||
assetGraph.addRelation(relation, 'before', incomingRelation); | ||
assetGraph.refreshRelationUrl(relation); | ||
assetGraph.refreshRelationHref(relation); | ||
assetGraph.removeRelation(incomingRelation); | ||
@@ -191,0 +191,0 @@ } else { |
@@ -5,3 +5,3 @@ { | ||
"repository": "git://github.com/One-com/assetgraph-sprite.git", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"maintainers": [ | ||
@@ -13,2 +13,5 @@ { | ||
], | ||
"publicationConfig": { | ||
"registry": "http://registry.npmjs.org/" | ||
}, | ||
"dependencies": { | ||
@@ -15,0 +18,0 @@ "underscore": ">= 1.1.3", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28556
158