@deg-skeletor/plugin-watch

1.0.1 • Public • Published

skeletor-plugin-watch

Build Status

Config

{
	targets: [
		{
			name: "css",
			paths: "source/css/*.css",
			events: ['add', 'change', 'delete'],
			tasks: [
				{
					name: "build",
					subTasks: ["css"]
				}
			]
		},
		{
			name: "js",
			paths: "source/js/*.js",
			events: ['add', 'change', 'delete'],
			tasks: [
				{
					name: "build",
					subTasks: ["js"]
				}
			]
		}
	]
}

Package Sidebar

Install

npm i @deg-skeletor/plugin-watch

Weekly Downloads

5

Version

1.0.1

License

ISC

Unpacked Size

18 kB

Total Files

7

Last publish

Collaborators

  • heaper
  • briangraves
  • aladage
  • jlawhorn
  • alejcerro