https://github.com/jprasmussen/catapult
Drupal 7 and Drupal 8 Starter Theme. D7 is stand alone and D8 uses Classy from core as it's base.
https://github.com/jprasmussen/catapult
drupal-8 starterkit theme
Last synced: over 1 year ago
JSON representation
Drupal 7 and Drupal 8 Starter Theme. D7 is stand alone and D8 uses Classy from core as it's base.
- Host: GitHub
- URL: https://github.com/jprasmussen/catapult
- Owner: jprasmussen
- Created: 2016-02-25T16:37:23.000Z (over 10 years ago)
- Default Branch: 8.x
- Last Pushed: 2017-02-20T03:04:50.000Z (over 9 years ago)
- Last Synced: 2024-07-31T18:21:07.423Z (almost 2 years ago)
- Topics: drupal-8, starterkit, theme
- Language: HTML
- Homepage:
- Size: 104 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catapult
Drupal 8 Starter Theme based on Classy from core. The idea is to fork this
project and rename the theme to be your own. There aren't any fancy Drush or
Console commands for starting your own (yet).
## Getting Started ##
This project depends on Node.js and Gulp.js to compile SASS. To start run the
following command from the project root:
`npm install`
If you need to install Node please visit https://nodejs.org/en/
## Commands ##
Once you have all the dependent plugins installed you can run any of the
following commands to compile your CSS.
- `gulp (default for 'gulp watch')`
- `gulp watch`
- `gulp sass`
- `gulp sass:production`
- `gulp clean:css`
- `gulp lint:sass`