updated documentation

This commit is contained in:
FezVrasta 2014-12-01 16:06:02 +01:00
parent bd2c2e0030
commit 41c01e7eb7
2 changed files with 0 additions and 5 deletions

View File

@ -9,7 +9,3 @@ It already includes every needed dependency and is based on the latest version o
## Grunt ## Grunt
**Grunt!** Ok... when you edit something please run `grunt` to compile CSS and copy stuff in the correct folders. Thanks! **Grunt!** Ok... when you edit something please run `grunt` to compile CSS and copy stuff in the correct folders. Thanks!
## Before send a Pull Request
We are developing in the `develop` branch, please send any PR to this branch.

View File

@ -49,7 +49,6 @@ Run the `grunt serve` command to build and fire up a http server with live-reloa
- [Headers](http://www.polymer-project.org/components/core-header-panel/demo.html) - [Headers](http://www.polymer-project.org/components/core-header-panel/demo.html)
- [Icon button](http://www.polymer-project.org/components/paper-icon-button/demo.html) - [Icon button](http://www.polymer-project.org/components/paper-icon-button/demo.html)
- [Tabs](http://www.polymer-project.org/components/paper-tabs/demo.html) - [Tabs](http://www.polymer-project.org/components/paper-tabs/demo.html)
- [Toggle buttons](http://www.polymer-project.org/components/paper-toggle-button/demo.html)
I'll try to write every component without the need of Javascript but just CSS, and use JS only if strictly needed. I'll try to write every component without the need of Javascript but just CSS, and use JS only if strictly needed.
More "todo" things can be found in the ISSUES of this repository. More "todo" things can be found in the ISSUES of this repository.