Just a text editor for ChromeOS.
- install Chrome Canary
- enable
Experimental Extension APIs
inchrome://flags
- check
Developer Mode
inchrome://chrome/extensions/
- load as "unpacked extension" in
chrome://chrome/extensions/
grunt --help
Show all available grunt tasks.
npm install
Install testacular
, grunt
, coffee-script
, less
.
grunt watch
grunt coffee
Recompile all coffee script code (unit tests + mocks) in test/unit/
.
grunt less
Recompile all less files in app/less/
and create css files in app/css/
.
testacular testacular.js
Capture Chrome Canary, start watching all the source files and run unit tests on change.
grunt build pack
Create build/package-*.zip/
package, ready for uploading to Chrome Web Store.