Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jcblw/quet
Small Library using HTML 5
https://github.com/jcblw/quet
Last synced: 16 days ago
JSON representation
Small Library using HTML 5
- Host: GitHub
- URL: https://github.com/jcblw/quet
- Owner: jcblw
- Created: 2011-12-09T06:46:23.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-17T08:43:50.000Z (almost 13 years ago)
- Last Synced: 2024-10-11T14:39:00.491Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 4.56 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Quet - Small HTML5 _only_ library for javascript
TODO:: Build CSS module to be able to add specific styles to style attribute
This is an experiment to reduce my dependecy of jQuery
##How to build min script
Included google closure compiler, use terminal.
```
$ cd root_directory$ java -jar compile.jar --compilation_level SIMPLE_OPTIMIZATION --js=src/quet.core.js --js=src/quet.utils.js --js=src/quet.attributes.js --js=src/quet.events.js --js_output_file=quet.min.js
```Eventually moving on to a better compiler using node