Add assets task

This commit is contained in:
Tom Raithel
2017-02-10 19:54:26 +01:00
parent 0673da6867
commit d331e97ba8
4 changed files with 19 additions and 0 deletions

View File

@@ -21,6 +21,10 @@ export const stylesPath = (...pathInSrc) => (
relativePath('styles', ...pathInSrc)
);
export const assetsPath = (...pathInSrc) => (
relativePath('assets', ...pathInSrc)
);
export const jsPath = (...pathInSrc) => (
relativePath('js', ...pathInSrc)
);