Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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