gulp-strip-code
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -8,2 +8,4 @@ var es = require('event-stream'); | ||
options.start_comment = (typeof options.start_comment === 'undefined') ? 'test-code' : options.start_comment; | ||
options.end_comment = (typeof options.end_comment === 'undefined') ? 'end-test-code' : options.end_comment; | ||
var pattern = options.pattern || new RegExp("[\\t ]*\\/\\* ?" + options.start_comment + " ?\\*\\/[\\s\\S]*?\\/\\* ?" + options.end_comment + " ?\\*\\/[\\t ]*\\n?", "g"); | ||
@@ -10,0 +12,0 @@ |
{ | ||
"name": "gulp-strip-code", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A gulp plugin to remove parts of code based on regular expressions.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
8504
121