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
Copy file name to clipboardExpand all lines: README.md
+4-10
Original file line number
Diff line number
Diff line change
@@ -17,13 +17,12 @@ Building this repository requires:
17
17
18
18
*[Node.js](https://nodejs.org/)
19
19
*[Grunt](https://gruntjs.com/)
20
-
*[Composer](https://getcomposer.org/)
21
20
22
21
## Setup
23
22
24
23
### Installing required tools
25
24
26
-
The project uses [Grunt](https://gruntjs.com/) to run tasks and [Sass](https://sass-lang.com/) for CSS pre-processing. First make sure you have base dependencies installed: [Node.js](https://nodejs.org/) and [Grunt](https://gruntjs.com/). You can install Node using the [installer](https://nodejs.org/), Composer using the [installer](https://getcomposer.org/), and Grunt with npm:
25
+
The project uses [Grunt](https://gruntjs.com/) to run tasks and [Sass](https://sass-lang.com/) for CSS pre-processing. First make sure you have base dependencies installed: [Node.js](https://nodejs.org/) and [Grunt](https://gruntjs.com/). You can install Node using the [installer](https://nodejs.org/) and Grunt with npm:
27
26
28
27
```ShellSession
29
28
$ npm install -g grunt-cli
@@ -38,11 +37,8 @@ After you have the base dependencies taken care of, you can install the project'
38
37
```ShellSession
39
38
$ cd textpattern-com-website
40
39
$ npm install
41
-
$ composer install
42
40
```
43
41
44
-
**npm** installs Node modules for Grunt and **composer** installs PHP libraries.
45
-
46
42
## Building
47
43
48
44
This repository hosts sources and needs to be built before it can be used. After you have installed all dependencies, you will be able to run tasks using Grunt, including building:
0 commit comments