Make paths relative to current folder in frontend

This commit is contained in:
Arne Schlüter 2015-02-10 18:30:59 +01:00
commit 689aa1884a
2 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
System.config({
"baseURL": "/static/",
"baseURL": "static/",
"transpiler": "6to5",
"paths": {
"*": "*.js",