https://github.com/toabr/drupal-bootstrap-subtheme
precompiled less bootstrap subtheme for drupal 7
https://github.com/toabr/drupal-bootstrap-subtheme
bootstrap3 drupal-7 lesscss
Last synced: 11 months ago
JSON representation
precompiled less bootstrap subtheme for drupal 7
- Host: GitHub
- URL: https://github.com/toabr/drupal-bootstrap-subtheme
- Owner: toabr
- Created: 2018-02-27T14:18:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-27T18:16:22.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T16:09:58.969Z (about 1 year ago)
- Topics: bootstrap3, drupal-7, lesscss
- Language: PHP
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twitter Bootstrap subtheme for drupal 7
## Installation
**rename theme folder and move into**
`$ mv drupal-bootstrap-subtheme less && cd less`
**download Bootstrap source code**
`$ wget https://github.com/twbs/bootstrap/archive/v3.3.7.zip`
`$ unzip v3.3.7.zip && mv bootstrap-3.3.7 bootstrap`
`$ rm v3.3.7.zip`
**install Grunt via npm**
`$ npm install`
## Compile less and uglify js @ filesave
> see gruntfile.js and less.info
**run Grunt watch**
`$ grunt watch`