cream-js 0.1.0

A lightweight compiler for modern web applications.
1
2
3
4
5
6
7
pub const CONFIG_FILE: &str = "./config.toml";
pub const BUILD_PATH: &str = "./build";
pub const ENTRY_FILE: &str = "src/app.cream";
pub const DEFAULT_WINDOW_OBJ: &str = "{elements: {}}";
pub const BUILD_ENTRY: &str = "./build/index.html";
pub const FRAGMENT: &str = "document.createDocumentFragment()";
pub const HEAD_PREFIX_PATH: &str = "head_prefix.html";