MMAUG / flood-website

Web version of Myanmar Flood information
http://myanmarflood.info/
MIT License
7 stars 7 forks source link

Make Automatic build system with bundle #24

Closed greenlikeorange closed 9 years ago

greenlikeorange commented 9 years ago

Currently we use npm + bundle, it look like confuse. And also we are always pushing generated context which should ignore every time. So far I don't know package management system at ruby, Can someone please help us to make automatic build system with gulp.

That make scene?

@yelinaung @swanhtet1992 @dreamingblackcat @nyanlynnhtut @DragonVirus

swanhtet1992 commented 9 years ago

I have no idea about this ruby thing. :disappointed:

greenlikeorange commented 9 years ago

@swanhtet1992 Sorry for attach you :D

yelinaung commented 9 years ago

It's not the bundle that needs the work. Bundler is just a dependency manager. It should be something like Rake which does the takes. Let me investigate an option I have in my mind and get back to you.

yelinaung commented 9 years ago

@greenlikeorange So, what you want is just automated asset compilation during the deployment ?

greenlikeorange commented 9 years ago

@yelinaung I want to add genetared content to .gitignore and they will generate duing build at heroku. Somethink like that.

yelinaung commented 9 years ago

@greenlikeorange Yes. That's what I just said.

greenlikeorange commented 9 years ago

Yes. How can we do. Can you help us? Please.

yelinaung commented 9 years ago

Or do you think node can do the thing ? does express.js or something has the compilation process before deployment ?

greenlikeorange commented 9 years ago

Yes node support full process. If server will not down for long time let change node stuff

yelinaung commented 9 years ago

Yup. Only about less than 50 users are online for a while. So, it's fine for me to down for a while.

greenlikeorange commented 9 years ago

Ok i will do that quick and notifiy u asps

yelinaung commented 9 years ago

@greenlikeorange Cloudflare has an option called "Auto Minify". Do you think we should try that one too ? If you're already working on the js version, then nevermind that

greenlikeorange commented 9 years ago

@yelinaung yes please, that is good option

greenlikeorange commented 9 years ago

I also working on node version too.

greenlikeorange commented 9 years ago

Now project is working node-stuff with npm, Cheer.!