An open API service indexing awesome lists of open source software.

https://github.com/br0ken-/parallel

Pre configured theme for Drupal 7 for fast starting development.
https://github.com/br0ken-/parallel

css drupal drupal-theme javascript scss theme

Last synced: 16 days ago
JSON representation

Pre configured theme for Drupal 7 for fast starting development.

Awesome Lists containing this project

README

          

# Parallel

Pure bootstrap theme for Drupal 7. Use it with [CTools API](https://www.drupal.org/project/ctools_api) and be happy.

## Tasks

- `compile` - run all asset-related tasks.
- `lints` - executes all linters.

### JS

- `js` - processing all `require` statements.
- `js-lint` - includes execution of `js` and executes ES lint.

### SCSS

- `scss` - compile SCSS.
- `scss-lint` - includes execution of `scss` and executes SCSS lint.