0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Merge pull request #730 from jgable/gruntClientFiles

Compile assets with grunt
This commit is contained in:
Hannah Wolfe 2013-09-16 01:57:08 -07:00
commit bbbee1ca66

View file

@ -220,4 +220,4 @@ shortcut = {
else if(ele.removeEventListener) ele.removeEventListener(type, callback, false);
else ele['on'+type] = false;
}
}
};