fly-replace-ext
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "fly-replace-ext", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "Replace extension plugin for fly.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -7,3 +7,3 @@ <div align="center"> | ||
> [Ext](https://github.com/aki-russia/fly-replace-ext) plugin for _[Fly][fly]_. | ||
> [replace-ext](https://github.com/aki-russia/fly-replace-ext) plugin for _[Fly][fly]_. | ||
@@ -28,4 +28,8 @@ [![][fly-badge]][fly] | ||
```js | ||
export default function* () { | ||
yield ... | ||
export build = function* () { | ||
yield this | ||
.source("src/**/*.coffee") | ||
.coffee() | ||
.replaceExtension('.js') | ||
.target("dist/") | ||
} | ||
@@ -32,0 +36,0 @@ ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4196
53