
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
superfly-css-pli
Advanced tools
The PLI (Project Layout Instance) is a javascript object model of the standard directory layout that all SuperflyCSS modules use. The standard layout enables users to instantly feel at home in any one of the SuperflyCSS modules.
The PLI is inspired by the Apache Maven Standard Directory Layout.
The following directories are modeled by the PLI.
| Directory | Summary |
|---|---|
| src/main/css | Entry level CSS module(s) are contained in this directory |
| src/main/js | Javascript supporting dynamic demoes |
| src/main/html | Dynamic demonstrations |
| src/main/nunjucks | Nunjucks Templates |
| src/test/css | CSS test utilities |
| src/test/js | Javascript supporting CSS unit tests |
| src/test/html | Html pages for loading the unit tests |
| src/test/nunjucks | Nunjucks Template unit tests |
| Directory | Summary |
|---|---|
| target/main/css | Built CSS modules |
| target/main/js | Built javascript |
| target/main/html | Built dynamic demo html pages |
| target/main/nunjucks | Precompiled Nunjucks Templates |
| target/test/css | Built test CSS utilities |
| target/test/js | Built test Javascript |
| target/test/html | Built test html |
| target/test/nunjucks | Built Nunjucks Template unit tests |
Resources that are contained in the deploy directory are intended to be served by gh-pages for all superfly-css repositories. Resources placed in these directories are optimized by superfly-css-task-deploy.
| Directory | Summary |
|---|---|
| deploy/main/css | Deployable CSS modules |
| deploy/main/js | Deployable javascript |
| deploy/main/html | Deployable dynamic demo html pages |
| deploy/main/nunjucks | Deployable Nunjucks Templates |
| deploy/test/css | Deployable test CSS utilities |
| deploy/test/js | Deployable test Javascript |
| deploy/test/html | Deployable test html |
| deploy/test/nunjucks | Deployable Nunjucks Template unit tests |
More directories can easily be added, and will naturally fit with the build methodology. For example:
| Directory | Summary |
|---|---|
| src/main/coffescript | Coffescript |
| src/main/jade | Jade templates |
FAQs
Standard directory layout for all SuperflyCSS modules
We found that superfly-css-pli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.