gulp-run-sequence
Advanced tools
Comparing version
{ | ||
"name": "gulp-run-sequence", | ||
"description": "Run a series of dependent gulp tasks in order", | ||
"version": "0.3.1", | ||
"description": "Deprecated - Please use run-sequence instead: https://npmjs.org/package/run-sequence", | ||
"version": "0.3.2", | ||
"homepage": "https://github.com/OverZealous/gulp-run-sequence", | ||
@@ -16,3 +16,2 @@ "repository": { | ||
"keywords": [ | ||
"gulpplugin", "pipe", "sequence" | ||
], | ||
@@ -39,3 +38,3 @@ "dependencies": { | ||
], | ||
"readme": "\n\ngulp-run-sequence\n=======\n\nRuns a sequence of gulp tasks in the specified order. This function is designed to solve the situation where you have defined run-order, but choose not to or cannot use dependencies.\n\nYou can still run some of the tasks in parallel, by providing an array of task names.\n\nIf the final argument is a function, it will be used as a callback after all the functions are either finished or an error has occurred.\n\nUsage\n-----\n\n```javascript\nvar gulp = require('gulp');\nvar runSequence = require('gulp-run-sequence');\nvar clean = require('gulp-clean');\n\ngulp.task('build', function(cb) {\n runSequence('build-clean', ['build-scripts', 'build-styles'], 'build-html', cb);\n});\n\n// configure build-clean, build-scripts, build-styles, build-html as you\n// wish, but make sure they either return a stream or handle the callback\n// Example:\n\ngulp.task('build-clean', function() {\n\treturn gulp.src('build').pipe(clean());\n});\n\n```\n\nLICENSE\n-------\n\n(MIT License)\n\nCopyright (c) 2014 [Phil DeJarnett](http://overzealous.com)\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n", | ||
"readme": "# Deprecated - [Please use run-sequence instead](https://npmjs.org/package/run-sequence)\n\ngulp-run-sequence\n=======\n\nRuns a sequence of gulp tasks in the specified order. This function is designed to solve the situation where you have defined run-order, but choose not to or cannot use dependencies.\n\nYou can still run some of the tasks in parallel, by providing an array of task names.\n\nIf the final argument is a function, it will be used as a callback after all the functions are either finished or an error has occurred.\n\nUsage\n-----\n\n```javascript\nvar gulp = require('gulp');\nvar runSequence = require('gulp-run-sequence');\nvar clean = require('gulp-clean');\n\ngulp.task('build', function(cb) {\n runSequence('build-clean', ['build-scripts', 'build-styles'], 'build-html', cb);\n});\n\n// configure build-clean, build-scripts, build-styles, build-html as you\n// wish, but make sure they either return a stream or handle the callback\n// Example:\n\ngulp.task('build-clean', function() {\n\treturn gulp.src('build').pipe(clean());\n});\n\n```\n\nLICENSE\n-------\n\n(MIT License)\n\nCopyright (c) 2014 [Phil DeJarnett](http://overzealous.com)\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n", | ||
"readmeFilename": "README.md", | ||
@@ -45,4 +44,4 @@ "bugs": { | ||
}, | ||
"_id": "gulp-run-sequence@0.3.1", | ||
"_id": "gulp-run-sequence@0.3.2", | ||
"_from": "gulp-run-sequence@*" | ||
} |
@@ -1,2 +0,2 @@ | ||
 | ||
# Deprecated - [Please use run-sequence instead](https://github.com/OverZealous/run-sequence) | ||
@@ -3,0 +3,0 @@ gulp-run-sequence |
Sorry, the diff of this file is not supported yet
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
8670
0.08%0
-100%