Skip to content

nujii/architect-stylus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

architect-stylus

stylus plugin for architect

Config Format

{
  "packagePath": "./node_modules/architect-stylus",
  "src": __dirname+"/assets",
  "dest": __dirname+"/target",
  // Compress the output
  "compress": true,
  // Forces recompilation for every request
  "force": true
}

Usage

Now we mount /target as a static path and we can access our stylesheets at http://0.0.0.0:{port}/{cssFolder}/{file.css} and it will be compiled on the fly

TODO

  • Provide some tests

About

Stylus plugin for Architect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published