Implement build server

Issue #52 resolved
Igor Santos repo owner created an issue

Comments (3)

  1. Igor Santos reporter
    • adding Grunt. Usage: first install grunt and grunt-cli: 'sudo npm install -g grunt-cli; npm install', and then you can run tasks such as 'grunt watch' that currently only compiless Less files, 'grunt jasmine' to run specs inside a tests/ folder, or simply 'grunt' to compile everything into a 'dest' folder, and run tests. See the GruntFile for all the tasks. refs #52

    → <<cset 5ab13ca3d3d9>>

  2. Log in to comment