-
Notifications
You must be signed in to change notification settings - Fork 513
Node porting status
Matthew Phillips edited this page Jun 25, 2013
·
20 revisions
-
steal buildusing not-rhino - complete- Page's steal is loaded from jsdom.
- The "main" script is loaded, and it's dependencies are fetched.
- Finally packing into production.js and production.css works.
-
var steal = require('steal');- complete- Already working.
- npm install steal
-
stealglobal command. - complete- Needs subcommands for
build,install.-
buildis complete. You can see the api by typingsteal build --helporsteal help build -
installis complete. Runningsteal installwill createstealconfig.jsandstealjs/steal.js
-
- Needs subcommands for
-
steal.jsas a separate GitHub project. - complete- Created, need to use it in this project.
- a way to bring
steal.jsalong with steal. - complete- Possibly as a postinstall script.
- Possibly with
steal.jsas its own npm module.
- Get tests to run and pass - complete
- Uses rhino for now.
- Multi-build - planning