luqin / react-component-tools

Common tools I use across my React Component projects. Webpack, Gulp, Babel, Live reload, React hot reload, CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, SASS, PostCSS, ... 通用React组件开发工具
Other
51 stars 9 forks source link

gulp tasks missing #8

Closed ritz078 closed 8 years ago

ritz078 commented 8 years ago

There are a lot of gulp tasks that are missing like dev, build .

luqin commented 8 years ago

You can have a try with https://github.com/luqin/react-icheck

ritz078 commented 8 years ago

Its working fine there.

luqin commented 8 years ago

Can you show me your config?

ritz078 commented 8 years ago

Oh got it now. But i think you should keep a default config file and then provide options only if someone wants to change it .

Since this is a starter kit and not some tool you should be directly able to get started. :)

luqin commented 8 years ago

If you run gulp command. Gulp needs a gulp.config.js file. I will write a cli tool to support default tasks: https://github.com/luqin/react-component-tools/tree/master/lib/cli

ritz078 commented 8 years ago

That will be great. I know thats needed so why noot keep a file by default like any other gulp starter projects ?

luqin commented 8 years ago

Yes. U r right.