Skip to content

Commit 2fdd182

Browse files
committed
Update building instructions.
1 parent 1d0e54e commit 2fdd182

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

README.mdown

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,17 @@ CSSOM.js is a CSS parser written in pure JavaScript. It also a partial implement
2222
Works well in Google Chrome 6+, Safari 5+, Firefox 3.6+, Opera 10.63+.
2323
Doesn't work in IE < 9 because of unsupported getters/setters.
2424

25-
To use CSSOM.js in the browser you might want to build a one-file version with [Jake](http://github.com/mde/jake):
25+
To use CSSOM.js in the browser you might want to build a one-file version that exposes CSSOM global variable:
2626

27-
➤ jake
27+
➤ git clone https://github.com/NV/CSSOM.git
28+
➤ cd CSSOM
29+
➤ npm install -d
30+
➤ ./node_modules/.bin/jake
2831
build/CSSOM.js is done
2932

30-
To use it with Node.js:
33+
To use it with Node.js or any other CommonJS loader:
3134

32-
npm install cssom
35+
npm install cssom
3336

3437
## [Specs](http://nv.github.com/CSSOM/spec/)
3538

0 commit comments

Comments
 (0)