Skip to content

Commit

Permalink
regex fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mattybow committed Oct 31, 2014
1 parent e35e39b commit 561fde7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ module.exports = function(grunt) {
options: {
patterns: [
{
match: /\.\.\/\.\.\/src\/playpause-svg\//,
match: /\.\.\/\.\.\/src\/playpause-svg\//g,
replacement: ''
},
{
match: /\/bower\_components/,
match: /\/bower_components/g,
replacement: ''
}
]
Expand Down
2 changes: 1 addition & 1 deletion dist/gfy-cat.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<link rel="import" href="../../polymer/polymer.html">
<link rel="import" href="../../bower_components/core-ajax/core-ajax.html">
<link rel="import" href="../../core-ajax/core-ajax.html">
<link rel="import" href="playpause-svg.html">
<polymer-element name="gfy-cat" attributes="src gfyName width color fill strokeWidth ntimes loop">
<template>
Expand Down

0 comments on commit 561fde7

Please sign in to comment.