Hi, I checked out the sao code from http://hg.tryton.org/sandbox/sao, and did "npm install" and "grunt" successfully. The output of grunt was:
=== grunt === $ grunt Running "concat:dist" (concat) task File dist/sao.js created. Running "jshint:dist" (jshint) task >> 1 file lint free. Running "jshint:grunt" (jshint) task >> 1 file lint free. Running "jshint:tests" (jshint) task >> 1 file lint free. Running "uglify:dist" (uglify) task File dist/sao.min.js created: 448.12 kB → 191.2 kB Running "less:default" (less) task File dist/sao.min.css created: 0 B → 5.65 kB Done, without errors. === END === How do I start the server? SK -- Shakthi Kannan http://www.shakthimaan.com
