Official 2018+ website of the Textile Markup Language project. Requires Textpattern 4.7.1 or later.
- Chrome, Edge, Firefox, Safari and Opera the last two recent stable releases.
- Internet Explorer 11.
- Firefox ESR latest major point release.
Older versions of the above and other browsers may work, but these are the ones we verify.
Building this repository requires:
The project uses Grunt to run tasks and Sass for CSS pre-processing. First make sure you have base dependencies installed: Node.js and Grunt. You can install Node using the installer, Composer using the installer, and Grunt with npm:
$ npm install -g grunt-cli
Consult the Grunt documentation for more instructions if necessary.
After you have the base dependencies taken care of, you can install the project’s dependencies. Navigate to the project’s directory, and run the dependency manager:
$ cd textile-lang-com-website
$ npm install
$ composer install
npm installs Node modules for Grunt and composer installs PHP libraries.
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:
$ grunt @task@
Where the @task@
is either build
or watch
.
- The
build
task builds the project. - The
watch
task will launch a task that watches for file changes; the project is then automatically built if a source file is modified.
All plugins we use are installed via Composer:
etc_cache
✓ Composer
Licensed under the GPLv2 license.