From 1bb3ef3e0b6e1d3cd4b1422d33b642622e882db9 Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Tue, 17 Feb 2015 10:01:58 +0300 Subject: Use https://www.npmjs.com (new site). --- docs/_includes/getting-started/grunt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes') diff --git a/docs/_includes/getting-started/grunt.html b/docs/_includes/getting-started/grunt.html index e5d4121eb..a700c2f03 100644 --- a/docs/_includes/getting-started/grunt.html +++ b/docs/_includes/getting-started/grunt.html @@ -4,7 +4,7 @@

Bootstrap uses Grunt for its build system, with convenient methods for working with the framework. It's how we compile our code, run tests, and more.

Installing Grunt

-

To install Grunt, you must first download and install node.js (which includes npm). npm stands for node packaged modules and is a way to manage development dependencies through node.js.

+

To install Grunt, you must first download and install node.js (which includes npm). npm stands for node packaged modules and is a way to manage development dependencies through node.js.

Then, from the command line:
    -- cgit v1.2.3