-
Notifications
You must be signed in to change notification settings - Fork 522
Node porting status
Matthew Phillips edited this page Jun 13, 2013
·
20 revisions
- Builder for pluginify - Need to incorporate this some how
- Node branch
- My working branch.
-
steal build
using not-rhino - in progress- Page's steal is loaded from jsdom.
- The "main" script is loaded, and it's dependencies are fetched.
- Steal isn't firing it's
done
event, possibly because not all of the resources loading.
- var steal = require('steal'); - complete
- Already working.
- npm install steal
-
steal
global command. - in progress- Needs subcommands for
build
,generate
,get
, andclean
.
- Needs subcommands for
-
steal.js
as a separate GitHub project. - in progress- Created, need to use it in this project.
- a way to bring
steal.js
along with steal. - planning- Possibly as a postinstall script.
- Possibly with
steal.js
as its own npm module.
- Get tests to run and pass
- Use rhino for now.