https://github.com/kaosat-dev/grunt-polymer-nodewebkit-example
Example polymer/node-webkit/grunt project
https://github.com/kaosat-dev/grunt-polymer-nodewebkit-example
Last synced: over 1 year ago
JSON representation
Example polymer/node-webkit/grunt project
- Host: GitHub
- URL: https://github.com/kaosat-dev/grunt-polymer-nodewebkit-example
- Owner: kaosat-dev
- Created: 2014-01-06T11:37:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-12T08:02:21.000Z (almost 12 years ago)
- Last Synced: 2025-03-17T01:41:24.868Z (over 1 year ago)
- Language: CoffeeScript
- Size: 152 KB
- Stars: 11
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
grunt-polymer-nodewebkit-example
================================
Demo project using grunt to build polymer + node-webkit apps
building a release
------------------
Various builds targets (browser, desktop, standalone or integration) are available ,
but it is advised to only build the specific version you require as some of these can
take a bit of time to generate.
Once a build is complete, you will find the resulting files in the build/target-subtarget
folder : for example: **build/browser-integration** or **build/desktop-standalone** etc
To build the example component for **integration** into a website:
$ grunt build:browser:integration
To build it **standalone** for usage in the browser using the provided demo index.html
$ grunt build:browser:standalone
Some optional build flags are also available
- --minify
Notes:
------
- there seem to be some issues in the custom lifecycle callbacks when using polymer with some of the latests versions of node-webkit