Socket
Socket
Sign inDemoInstall

textile-lang-com-website

Package Overview
Dependencies
11
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    textile-lang-com-website

Official website of the Textile markup language.


Version published
Weekly downloads
1
Maintainers
1
Install size
3.71 MB
Created
Weekly downloads
 

Readme

Source

h1. Textile website

!https://travis-ci.com/textile/textile-lang-com-website.svg(Build Status)!:https://travis-ci.com/textile/textile-lang-com-website

Official 2018+ website of the "Textile Markup Language":https://textile-lang.com/ project. Requires Textpattern 4.7.1 or later.

h2. Supported web browsers

  • 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.

h2. Requirements

Building this repository requires:

h2. Setup

h3. Installing required tools

The project uses "Grunt":https://gruntjs.com/ to run tasks and "Sass":http://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:

bc. $ npm install -g grunt-cli

Consult the Grunt documentation for more instructions if necessary.

h3. Installing dependencies

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:

bc. $ cd textile-lang-com-website $ npm install $ composer install

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

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

bc. $ 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.

h2. Plugins used

All plugins we use are installed via Composer:

h2. License

Licensed under the "GPLv2 license":https://github.com/textile/textile-lang-com-website/blob/master/LICENSE.

FAQs

Last updated on 07 Apr 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc