UNPKG

gulp-jumpscript

Version:

A jumpscript compiler for gulp with incremental compilation support.

35 lines (21 loc) 768 B
<!-- Before submitting an issue, check that the following questions can be answered with yes: - Is this related to gulp-jumpscript, and not to JumpScript? - Is the behavior of gulp-jumpscript different than the behavior of jmpc? - There was no similar issue already opened? (Please don't bump old closed issues) If you can answer all these questions with yes, add a description of your issue here and fill in the related sections below. --> **Expected behavior:** **Actual behavior:** **Your gulpfile:** *Include your gulpfile, or only the related task (with `ts.createProject`).* ```javascript ``` **jmpconfig.json** *Include your jmpconfig, if related to this issue.* ```json ``` **Code** *Include your JumpScript code, if necessary.* ```jumpscript ```