We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d3003 commit 04bb746Copy full SHA for 04bb746
README.markdown
@@ -33,16 +33,19 @@ From there try:
33
34
rake
35
36
-which should start up the test system.
+which should start up the test system. All tests should pass.
37
38
Finally, once you get things going and are ready to use Ninjascript somewhere:
39
40
- rake build:package
+ rake build
41
42
And look in pkg/
43
44
## Environment troubleshooting
45
46
+You'll need a working Node.js installation. On Mac OS this seems to require recent working XCode.
47
+(Welcomed: a PR explaining details of this.)
48
+
49
We're using Karma for testing - there's a karma.conf.js already set up -
50
hopefully it's assumptions will work for your environment.
51
0 commit comments