Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vendethiel/sprockets.raku
Sprockets clone for Raku
https://github.com/vendethiel/sprockets.raku
asset-pipeline perl6 raku sprockets
Last synced: about 2 months ago
JSON representation
Sprockets clone for Raku
- Host: GitHub
- URL: https://github.com/vendethiel/sprockets.raku
- Owner: vendethiel
- Created: 2014-05-02T21:16:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T08:46:38.000Z (6 months ago)
- Last Synced: 2024-07-17T10:55:49.743Z (6 months ago)
- Topics: asset-pipeline, perl6, raku, sprockets
- Language: Raku
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sprockets
=========Raku version of Sprockets
### Usage
### Syntax
```js
# application.js
/*
*= require a
*= require "b"
*/
```