Skip to content

Commit

Permalink
chore(firebase, travis): simplify build process
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecasar committed Aug 1, 2017
1 parent 0bfc59e commit 6de10f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion firebase.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"hosting": {
"public": "build/modern",
"public": "build/default",
"rewrites": [
{
"source": "!/__/**",
Expand Down
12 changes: 3 additions & 9 deletions polymer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,8 @@
"rules": ["polymer-2"]
},
"builds": [{
"name": "fallback",
"preset": "es5-bundled",
"basePath": false,
"browserCapabilities": []
}, {
"name": "modern",
"preset": "es6-unbundled",
"basePath": false,
"browserCapabilities": ["es2015", "push"]
"name": "default",
"preset": "es6-bundled",
"basePath": false
}]
}

0 comments on commit 6de10f6

Please sign in to comment.