utexas / forty_acres
Default Drupal theme used with the UT Drupal Kit
Installs: 127 550
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Language:CSS
Type:drupal-custom-theme
- dev-master
- 3.21.1
- 3.21.0
- 3.20.2
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.1
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.1
- 3.9.0
- 3.8.0
- 3.7.0
- 3.6.1
- 3.6.0
- 3.5.0
- 3.4.0
- 3.3.0
- 3.2.0
- 3.1.0
- 3.0.0
- 3.0.0-beta.11
- 3.0.0-beta.10
- 3.0.0-beta.9
- 3.0.0-beta.8
- 3.0.0-beta.7
- 3.0.0-beta.6
- 3.0.0-beta.5
- 3.0.0-beta.4
- 3.0.0-beta.3
- 3.0.0-beta.2
- 3.0.0-beta.1
- dev-develop
- dev-674-negative-margin
- dev-675-feedblock
- dev-649-noresults
This package is auto-updated.
Last update: 2024-12-18 01:24:30 UTC
README
This is a Drupal theme maintained by the University of Texas at Austin for use with the UT Drupal Kit. It is based on the Bootstrap library v5.
Full documentation can be found at https://drupalkit.its.utexas.edu/docs/forty_acres/index.html
Frontend build notes
The following is the standard way to rebuild the frontend assets as of 2024:
nvm use 20
npm install
npm run gulp
Output should show the following, ideally without any linting warnings:
> ./node_modules/gulp/bin/gulp.js default
[12:36:38] Using gulpfile web/themes/custom/forty_acres/gulpfile.js
[12:36:38] Starting 'default'...
[12:36:38] Starting 'scss-lint'...
[12:36:39] Finished 'scss-lint' after 885 ms
[12:36:39] Starting 'sass'...
[12:36:40] Finished 'sass' after 625 ms
[12:36:40] Starting 'copy-js'...
[12:36:40] Finished 'copy-js' after 244 ms
[12:36:40] Starting 'copy-css'...
[12:36:40] Finished 'copy-css' after 2.65 ms
[12:36:40] Finished 'default' after 1.76 s