2.1.0 • Published 9 years ago
gluten v2.1.0
Gluten
Gluten \ˈglü-tən\ is a great utility to help you build modular apps.
Usage
Just run glue
or gluten
command inside a directory with your top-level package.
Configuration
All your modules are configured through the package.json
.
{
"name": "you-module-name"
"main": "index.js",
"style": "index.css"
}
Features
Gluten uses browserify
to compile your JS files and rework-npm
for your CSS files.
There are several rework
transformers that are used by default:
autoprefixer
— vendor prefixesrework-vars
— css variables supportsrework-calc
—calc()
rework-color-function
— easy color modifications
License
The MIT License
2.1.0
9 years ago
2.0.5
9 years ago
2.0.4
9 years ago
2.0.3
9 years ago
2.0.2
9 years ago
2.0.1
9 years ago
2.0.0
9 years ago
1.2.1
9 years ago
1.2.0
9 years ago
1.1.3
10 years ago
1.1.2
10 years ago
1.1.1
10 years ago
1.1.0
10 years ago
1.0.7
10 years ago
1.0.6
10 years ago
1.0.5
10 years ago
1.0.4
10 years ago
1.0.3
10 years ago
1.0.2
10 years ago
1.0.1
10 years ago
1.0.0
10 years ago
0.0.2
11 years ago