robwierzbowski / grunt-build-control

Version control your built code.
MIT License
380 stars 36 forks source link

Any help for newbies #26

Closed numediaweb closed 10 years ago

numediaweb commented 10 years ago

Sorry to post this as an issue but I'm struggling for 2 days to get the process of committing my code to a repository and I failed :(

I use yeoman to create an app, I installed the grunt-build-control, I executed git init in the main dir (not in "myApp/app") which created a "myApp/.git") .. running grunt build populates the "myApp/dist" directory but then I'm lost!

Are there any easy step by step (for dummies) on how to deploy my whole app, say, to beanstalkapp and set grunt to build / commit and push my whole app?

Thanks

raucao commented 10 years ago

Have you added the loading of the task (grunt.loadNpmTasks('grunt-build-control');) as well as the config for it to your Gruntfile?

robwierzbowski commented 10 years ago

The examples in the readme should take you from there. Try following one and let us know where you get stuck.

robwierzbowski commented 10 years ago

Closing. Open again if you have any specific issues.