Steven Burrows 1c2a9685de GUI: Added ESLint to gulp tasks. ONOS-6521
Commented out gulp tasks making this change uneffective
Fixed an error in the build script

Change-Id: I4f4f9762aa1a66304aa74b3ab208095b9c1d4515
2017-08-07 18:12:46 +00:00

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';