mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
execute all builds by default.
This commit is contained in:
@@ -61,7 +61,10 @@ function readManifest(filename, modules) {
|
||||
return modules;
|
||||
}
|
||||
|
||||
defineBuildTask('default', 'webcomponents', 'WebComponents');
|
||||
defineBuildTask('WebComponents', 'webcomponents');
|
||||
defineBuildTask('CustomElements');
|
||||
defineBuildTask('HTMLImports');
|
||||
defineBuildTask('ShadowDOM');
|
||||
defineBuildTask('ShadowDOM');
|
||||
|
||||
gulp.task('default', ['WebComponents', 'CustomElements', 'HTMLImports',
|
||||
'ShadowDOM']);
|
||||
Reference in New Issue
Block a user