You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Grunt is used to run a few different tasks within Largo and there is no documentation on how to install it. For example, docs/readme.md explains how to use a grunt command to compile the RST docs into HTML.
@benlk explained to me that I needed to run npm install from the root of the Largo project folder, and after doing that I was able to use grunt for generating the documentation HTML. This instruction for npm install should appear somewhere and possible prerequisites for being able to use npm.
The tasks that Grunt performs should also be documented. @benlk said this includes:
recompiling the LESS to CSS
minifying the CSS
uglifying the JS
The text was updated successfully, but these errors were encountered:
Grunt is used to run a few different tasks within Largo and there is no documentation on how to install it. For example, docs/readme.md explains how to use a grunt command to compile the RST docs into HTML.
@benlk explained to me that I needed to run
npm install
from the root of the Largo project folder, and after doing that I was able to use grunt for generating the documentation HTML. This instruction fornpm install
should appear somewhere and possible prerequisites for being able to usenpm
.The tasks that Grunt performs should also be documented. @benlk said this includes:
The text was updated successfully, but these errors were encountered: