This branch contains ONLY: - Pages (config/www/user/pages/) - Themes (config/www/user/themes/) - Plugins (config/www/user/plugins/) - PRODUCTION.md - Minimal .gitignore Clean slate for production deployment. All development files, configs, scripts removed.
3 lines
51 B
Bash
Executable File
3 lines
51 B
Bash
Executable File
#!/bin/sh
|
|
sass --watch -s compressed scss:assets
|