Files
meteor/packages
choyweston 7d9388ee42 Keep Hashes in URL when rewriting relative URLs
For certain use cases, like SVG filters, the url needs to have a # symbol. For example, the following css property : 

```filter:url("filters.svg#lightGreen")```

In the current version of the codebase, gets rewritten to : 

```filter:url("http://myapp.com/filters.svg")```

Whereas the proper behaviour should be: 

```filter:url("http://myapp.com/filters.svg#lightGreen")```

This simple change will fix the issue.
2016-11-13 21:20:34 -05:00
..
2016-08-30 15:40:14 -07:00
2016-08-30 15:40:14 -07:00
2016-11-06 15:18:25 +08:00
2016-11-06 15:18:24 +08:00
2016-08-30 15:40:14 -07:00
2016-11-09 11:31:05 -05:00
2016-08-30 15:40:14 -07:00