0.0.5 • Published 9 years ago

gulp-spider-script v0.0.5

Weekly downloads
16
License
-
Repository
github
Last release
9 years ago

A simple gulp plugin for compiling Spiderscript files.

For more information about Spiderscript, see: https://github.com/alongubkin/spider

Example use:

var gulp = require("gulp"),
	spider = require("gulp-spider-script");

gulp.task("javascript", function() {
	return gulp.src("./my-file.spider")
		.pipe(spider())
		.pipe(gulp.dest("destination-dir"));
});

TODO:

Add source map support

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago