Skip to content

Instantly share code, notes, and snippets.

@lpellegr
Created January 17, 2018 20:27
Show Gist options
  • Save lpellegr/6d3f0371ee77bb58afe15ee50a48ccf1 to your computer and use it in GitHub Desktop.
Save lpellegr/6d3f0371ee77bb58afe15ee50a48ccf1 to your computer and use it in GitHub Desktop.
Noticeable.io polymer json
{
"entrypoint": "index.html",
"shell": "src/noticeable-app.html",
"fragments": [
"src/noticeable-account.html",
"src/noticeable-account-billing.html",
"src/noticeable-account-billing-plans.html",
"src/noticeable-account-billing-usage.html",
"src/noticeable-account-profile.html",
"src/noticeable-account-zapier.html",
"src/noticeable-api.html",
"src/noticeable-api-overview.html",
"src/noticeable-api-tokens.html",
"src/noticeable-api-tokens-upsert.html",
"src/noticeable-invitations.html",
"src/noticeable-invitations-handler.html",
"src/noticeable-landing.html",
"src/noticeable-login.html",
"src/noticeable-logout.html",
"src/noticeable-markdown-editor.html",
"src/noticeable-markdown-editor-icons.html",
"src/noticeable-page-fullscreen.html",
"src/noticeable-page-not-found.html",
"src/noticeable-plans.html",
"src/noticeable-privacy.html",
"src/noticeable-project.html",
"src/noticeable-project-edit.html",
"src/noticeable-project-integrations.html",
"src/noticeable-project-labels.html",
"src/noticeable-project-posts.html",
"src/noticeable-project-posts-edit.html",
"src/noticeable-project-posts-list.html",
"src/noticeable-project-posts-upsert.html",
"src/noticeable-project-settings.html",
"src/noticeable-project-timeline.html",
"src/noticeable-project-widget.html",
"src/noticeable-project-widget-configure.html",
"src/noticeable-project-widget-setup.html",
"src/noticeable-recovery.html",
"src/noticeable-register.html",
"src/noticeable-support.html",
"src/noticeable-terms.html"
],
"builds": [
{
"name": "es5-bundled",
"bundle": true,
"js": {
"minify": true,
"ignore": [
"*.min.js",
"firebase-*.js"
],
"compile": true
},
"css": {
"minify": true
},
"html": {
"minify": false
},
"addServiceWorker": true,
"addPushManifest": true,
"insertPrefetchLinks": true
}
],
"sources": [
"src/**/*",
"assets/**/*",
"bower.json"
],
"extraDependencies": [
"manifest.json",
"bower_components/webcomponentsjs/*.js"
],
"lint": {
"rules": [
"polymer-2"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment