https://github.com/koraa/pinkcake
A barebone Project for Building Static Webpages using JADE, STYLUS, COFFESCRIPT (CSS, HTML, JS and PHP).
https://github.com/koraa/pinkcake
Last synced: about 2 months ago
JSON representation
A barebone Project for Building Static Webpages using JADE, STYLUS, COFFESCRIPT (CSS, HTML, JS and PHP).
- Host: GitHub
- URL: https://github.com/koraa/pinkcake
- Owner: koraa
- License: lgpl-3.0
- Created: 2012-10-19T10:39:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-11-27T12:29:26.000Z (over 6 years ago)
- Last Synced: 2025-01-30T18:22:34.710Z (4 months ago)
- Language: JavaScript
- Size: 10.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
PinkCake
========This is a build setup (and a few JS utils) to build static web pages using Stylus, Jade and Coffescript (also HTML, PHP and CSS).
Currently you need to work in the Build setup,
later PinkCake is planned to be *includable*.Dependencies
============You will need:
* *Something Posix*
* NPM
* Jade
* Coffescript
* Stylus
* GNUMake
* A shell
* JuicerTODO
====* Use external column Library
* Load Bootstrap CSS?
* TMP
* Split tmp for each purpose (js/css/..?)
* Use /tmp/..? for tmpfiles in non-debug mode
* Delete tmpfiles in nondebug
* Export buildscript to its own repo and load conf from other file
* Add support for multiple js/css outputr
* Update nomenclature to be generic (not css, js, html)
* Use imports instadt of concat for css compilation
* Dep-install scripts and doc
* Use blocks to share one layout among all sites