How to use the origami-build-tools.verify function in origami-build-tools

To help you get started, we’ve selected a few origami-build-tools examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github ftlabs / screens / gulpfile.js View on Github external
gulp.task('verify', function() {
	return obt.verify(gulp, {

		// Files to exclude from Origami verify
		excludeFiles: [
			'!server/**',  // Server side code
			'!client/admin/scss/lib/**' //
		]
	});
});

origami-build-tools

Origami component development tools.

MIT
Latest version published 3 years ago

Package Health Score

39 / 100
Full package analysis

Similar packages