make js work on snapshot

This commit is contained in:
Andrew
2015-03-27 12:36:33 -06:00
parent 18d82fb50d
commit 9f6ac8bdea
5 changed files with 181 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
baseURL: '<%= PREFIX %>/lib',
traceurOptions: <%= JSON.stringify(buildConfig.traceurOptions) %>,
map: {
'app': location.pathname.replace(/\/$/,''),
'app': location.pathname.replace(/\/(index.html)?$/,''),
'rx/dist/rx.all': 'rx.all',
}
})