Skip to content

Commit

Permalink
more path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mattybow committed Mar 25, 2015
1 parent 3caa890 commit 17b9d94
Show file tree
Hide file tree
Showing 13 changed files with 334 additions and 337 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ module.exports = function(grunt) {
{
match:/\.\.\/\.\.\/\.\.\//,
replacement: '../../'
},
{
match:/\.\/core-ajax\//,
replacement: ''
}
]
},
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gfy-cat",
"version": "0.0.5",
"version": "0.0.6",
"description": "displaying a gif src as a html5 video element through polymer webcomponent",
"license": "MIT",
"authors": [
Expand Down
109 changes: 0 additions & 109 deletions dist/core-ajax-response-and-error.html

This file was deleted.

Loading

0 comments on commit 17b9d94

Please sign in to comment.