enb / enb-stylus

Stylus related techs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not support composite targets

blond opened this issue · comments

nodeConfig.addTech([require('enb-stylus/techs/css-stylus'), {
    target: '?.css' // urls should be handled relative to this file
}]);
nodeConfig.addTech([require('enb-stylus/techs/css-stylus'), {
    target: '.tmp/no-prefix.css' // urls should be handled relative to this node, 
                                 // but not `node/.tmp` directory
}]);