🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

textpattern-classic-admin-theme

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textpattern-classic-admin-theme

The classic admin theme that ships as standard with Textpattern CMS.

4.8.8
latest
Source
npm
Version published
Weekly downloads
13
225%
Maintainers
1
Weekly downloads
 
Created
Source

Classic admin-side theme for Textpattern CMS

The classic admin theme that ships as standard with Textpattern CMS.

Demos

Design patterns documentation.

Flat mockup of Textpattern admin area.

Supported web browsers

  • Internet Explorer 11.
  • Chrome, Edge, Firefox, Safari and Opera the last two recent stable releases.

Building this repository requires:

Build setup

Installing required tools

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 and Grunt with npm:

$ npm install -g grunt-cli

Consult the Grunt documentation for more instructions if necessary.

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:

$ cd textpattern-classic-admin-theme
$ npm install

npm installs Node modules for Grunt.

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:

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

Pre-built version

We provide a pre-built version of the theme files within the dist directory in case you don't want to build it yourself.

License

Licensed under the GPLv2 license.

Keywords

admin

FAQs

Package last updated on 24 Jan 2022

Did you know?

Socket

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