https://github.com/heathdutton/drupalbake
Drupal distribution generator (abandoned project)
https://github.com/heathdutton/drupalbake
Last synced: about 1 month ago
JSON representation
Drupal distribution generator (abandoned project)
- Host: GitHub
- URL: https://github.com/heathdutton/drupalbake
- Owner: heathdutton
- Created: 2014-08-15T20:56:17.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-20T17:38:41.000Z (almost 12 years ago)
- Last Synced: 2025-03-12T19:42:48.657Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 344 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
drupalbake
==========
Drupal distribution generator.
Developer tools
===============
$ bake.sh - Build out the /drupal and /vendor directories for the project.
$ bake-dev.sh - Rebuilds the directories, then watches for changes in /custom, instantly mirroring those changes as needed.
$ bake-dist.sh - Rebuilds, and makes a flat zip file distribution.
Optional
--------
Integrate gulp in future?
Gulp
$ npm install --save-dev gulp
$ gulp
The Custom Folder
=================
Things should only go in this folder if they are one-off usages to speed development.
The drupal and vendor paths are automatically merged over the respective folders in the project root.
Once a module is stable and ready to be put into a sandbox or standalone repository,
it should be removed from this path and included in your profile.make file.
If you wish to prepend to a file instead of replace it, prefix your file with "prepend___".
Similarly, if you'd like to append a file, append "append___" to your file name.