10.1.38 • Published 6 years ago
paperclip-static-html-compiler v10.1.38
Compiles Paperclip files down to vanilla HTML & CSS
TODO:
- ability to define pages via config
- Possibly connect to "build" button in UI
- variable triggers for setting state
- controller code
- move file assets toassets directory
Config example:
module.exports = {
// for all pages
cssFileName: "index.css",
pages: [
{
fileName: "index.html",
component: {
name: "Main"
},
variables: {
"/": "home"
}
},
{
fileName: "contact.html",
component: {
name: "Main"
},
variables: {
"/": "contact"
}
},
{
fileName: "people.html",
data: {
people: []
},
variables: {
"/": "people"
}
}
]
};
10.1.38
6 years ago
10.1.36
6 years ago
10.1.33
6 years ago
10.1.32
6 years ago
10.1.31
6 years ago
10.1.26
6 years ago
10.1.25
6 years ago
10.1.23
6 years ago
10.1.22
6 years ago
10.1.21
6 years ago
10.1.18
6 years ago
10.1.17
6 years ago
10.1.15
6 years ago
10.1.14
6 years ago
10.1.13
6 years ago
10.1.10
6 years ago
10.1.9
7 years ago
10.1.8
7 years ago
10.1.7
7 years ago
10.1.6
7 years ago