mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 17:31:31 +02:00
Commented out gulp tasks making this change uneffective Fixed an error in the build script Change-Id: I4f4f9762aa1a66304aa74b3ab208095b9c1d4515
7 lines
339 B
JavaScript
7 lines
339 B
JavaScript
export { default as BundleJS } from './bundles/bundle-js';
|
|
export { default as BundleCSS } from './bundles/bundle-css';
|
|
|
|
// TODO: These are commented out because of npm issues with BUCK.
|
|
// export { default as Lint } from './lint';
|
|
// export { default as DevServer } from './dev-server';
|
|
// export { default as Tests } from './unit-tests';
|