UNPKG
steal-css
Version:
latest (1.3.2)
pre (1.3.0-pre.0)
rc (1.0.0-rc.0)
1.3.2
1.3.1
1.3.0
1.3.0-pre.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
1.0.0-rc.0
0.5.1
0.5.0
0.4.1
0.4.0
0.1.1
0.1.0
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
CSS plugin for StealJS
github.com/stealjs/steal-css
stealjs/steal-css
steal-css
/
test
/
css-instantiated
/
build.js
9 lines
(8 loc)
•
163 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
stealTools =
require
(
"steal-tools"
);
var
promise = stealTools.
build
({
main
:
"main"
,
config
: __dirname+
"/stealconfig.js"
},{
minify
:
false
,
debug
:
true
});