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.
- Host: GitHub
- URL: https://github.com/br0ken-/parallel
- Owner: BR0kEN-
- License: mit
- Created: 2015-05-26T14:21:53.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T13:01:05.000Z (almost 9 years ago)
- Last Synced: 2025-08-02T09:43:26.618Z (9 months ago)
- Topics: css, drupal, drupal-theme, javascript, scss, theme
- Language: JavaScript
- Homepage:
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.