Use browser.json files

This commit is contained in:
Patrick Steele-Idem 2015-08-17 16:50:49 -06:00
parent dd68358707
commit c03e0f7d76
3 changed files with 7 additions and 7 deletions

7
compiler/browser.json Normal file
View File

@ -0,0 +1,7 @@
{
"dependencies": [
"../taglibs/browser.json",
"marko-async/browser.json",
"marko-layout/browser.json"
]
}

View File

@ -1,7 +0,0 @@
{
"dependencies": [
"../taglibs/optimizer.json",
"marko-async/optimizer.json",
"marko-layout/optimizer.json"
]
}