https://github.com/thisconnect/lite
Minimalistic user interface for thisconnect (very alpha)
https://github.com/thisconnect/lite
Last synced: 12 months ago
JSON representation
Minimalistic user interface for thisconnect (very alpha)
- Host: GitHub
- URL: https://github.com/thisconnect/lite
- Owner: thisconnect
- License: mit
- Created: 2011-10-09T09:04:50.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2015-02-11T15:45:09.000Z (over 11 years ago)
- Last Synced: 2025-01-06T16:18:28.668Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 754 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
Lite
====
Setup
-----
git submodule update --init --recursive
Run (python)
------------
python -m SimpleHTTPServer 8004
Browse to [//localhost:8004](http://localhost:8004/)
Build MooTools
--------------
./support/mootools-core/Packager/packager register ./support/mootools-core
./support/mootools-core/Packager/packager build Core/Class.Extras Core/DOMReady Core/Element.Delegation Core/Element.Dimensions Core/Fx.Tween Core/Fx.Morph Core/Fx.Transitions More/Drag/Slider -blocks 1.2compat 1.3compat ltFF4 IE ltIE8 ltIE9 '!ES5' '!ES5-bind' CommonJS > support/mootools.js
uglifyjs support/mootools.js > support/mootools-min.js