Skip to content

Node porting status

Matthew Phillips edited this page Jun 13, 2013 · 20 revisions

Node bits

Links

Requirements

  • 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.
      • It's because less files aren't finishing. The reason is that jsdom has a noop for XMLHttpRequest. See issue. I'm investigating using a Node xhr shim, otherwise can handle manually.
  • var steal = require('steal'); - complete
  • npm install steal
  • steal global command. - in progress
    • Needs subcommands for build, generate, get, and clean.
  • 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
  • Get tests to run and pass
    • Use rhino for now.
Clone this wiki locally