-
Notifications
You must be signed in to change notification settings - Fork 522
How to create a compiler extension?
Ziad El Khoury Hanna edited this page Dec 1, 2016
·
6 revisions
The compiler pack must contain at least :
- package.json
- MyCompilerName.js
- path-to-icon/compilerName.png
Compiler template files: https://github.com/oklai/koala/tree/master/src/app/templates/compiler
- Manifest format - the format of package.json
- Compiler API
- Create a zip file.
- Add, to the zip, all files:
- node_mudules
- dust.png
- DustCompiler.js
- LICENSE
- package.js
- Rename zip to
NAME.koala-compiler
. - Drag-n-Drop
NAME.koala-compiler
on Koala, and it should install it.
/* START Navbar style+layout changed 260422*/ .navbar-collapse ul.nav.navbar-nav > li { width: 150px; border-bottom: 2px solid #b2b2b2; height: 70px; } .navbar-collapse ul.nav.navbar-nav > li.active { height: 70px; border-bottom: 3px solid #257FA6 !important; } .navbar-collapse ul.nav li a { font-size: 16px !important; font-family: 'Open Sans' !important; color: #2c2c2c !important; height: 54px; border-right: 2px solid #b2b2b2; text-align: center; padding: 10px 18px !impo