Skip to content

Commit

Permalink
Remove references to Composer
Browse files Browse the repository at this point in the history
  • Loading branch information
philwareham committed Jan 26, 2021
1 parent 4fd67ef commit b3819fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,12 @@ Building this repository requires:

* [Node.js](https://nodejs.org/)
* [Grunt](https://gruntjs.com/)
* [Composer](https://getcomposer.org/)

## Setup

### Installing required tools

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:
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:

```ShellSession
$ npm install -g grunt-cli
Expand All @@ -38,11 +37,8 @@ After you have the base dependencies taken care of, you can install the project'
```ShellSession
$ cd textpattern-com-website
$ npm install
$ composer install
```

**npm** installs Node modules for Grunt and **composer** installs PHP libraries.

## Building

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:
Expand Down Expand Up @@ -108,11 +104,9 @@ For example:

## Plugins used

All plugins we use are installed via Composer:

* [`etc_cache`](https://github.com/etc-plugins/etc_cache) ✓ Composer
* [`rah_comment_spam`](https://github.com/gocom/rah_comment_spam) ✓ Composer
* [`smd_thumbnail`](https://github.com/bloke/smd_thumbnail) ✓ Composer
* [`etc_cache`](https://github.com/etc-plugins/etc_cache)
* [`rah_comment_spam`](https://github.com/gocom/rah_comment_spam)
* [`smd_thumbnail`](https://github.com/bloke/smd_thumbnail)

## License

Expand Down
1 change: 0 additions & 1 deletion public/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
Software:
Node.js: https://nodejs.org/
Grunt.js: https://gruntjs.com/
Composer: https://getcomposer.org/
git: https://git-scm.com/
Source: https://github.com/textpattern/textpattern-com-website

Expand Down

0 comments on commit b3819fe

Please sign in to comment.