Skip to content

Node porting status

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

Node bits

Links

Requirements

  • steal build using 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
  • npm install steal
  • steal global command. - complete
    • Needs subcommands for build, install.
      • build is complete. You can see the api by typing steal build --help or steal help build
      • install is complete. Running steal install will create stealconfig.js and stealjs/steal.js
  • steal.js as a separate GitHub project. - complete
    • Created, need to use it in this project.
  • a way to bring steal.js along with steal. - complete
  • Get tests to run and pass - complete
    • Uses rhino for now.
  • Multi-build - planning