https://github.com/positlabs/polymer-sandbox
Getting to know polymer
https://github.com/positlabs/polymer-sandbox
Last synced: about 2 months ago
JSON representation
Getting to know polymer
- Host: GitHub
- URL: https://github.com/positlabs/polymer-sandbox
- Owner: positlabs
- Created: 2015-01-02T21:35:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-09T20:44:35.000Z (over 10 years ago)
- Last Synced: 2024-10-19T07:14:50.276Z (7 months ago)
- Language: JavaScript
- Size: 4.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Polymer component build system
=====The goal of this project is to develop a method for building Polymer components.
Also includes a system for creating component demos.
Build
-----
`npm install`
`bower install`
`gulp`
`gulp components:demo`Features
---------
- optionally use .scss (compiles to .css)
- optionally use .es6.js (compiles to .js)Tasks
------`gulp watch` watches for file changes on files that needs pre-processing
`gulp components:scripts` runs traceur, outputs .js in each component directory
`gulp components:styles` runs sass, outputs .css in each component directory
`gulp components:vulcanize` runs vulcanize on components.html. Outputs a single html file with all component styles, markup, and scripts. Probably not necessary to vulcanize components because the same process can be done on the index.html of the main project.