robwierzbowski / grunt-build-control

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

Copy over miscellaneous files from /app to /dist #42

Closed devinrhode2 closed 9 years ago

devinrhode2 commented 10 years ago

I'm making a really simple homepage for a friend, and I'm using the SFTP plugin for sublime text3. This requires a config file, sftp-config.json, to be present at the root of the directory you upload to the server. I setup using yeoman. When I put the sftp-config.json in my app directory, it isn't copied over to the /dist directory, which is what should be uploaded to production. I think it would be good to copy over remaining files in /app to /dist for purposes like these. It seems I'm better off using filezilla right now to upload the dist directory

robwierzbowski commented 10 years ago

You should fix your copy task to copy those files over. Copying is out of the scope of this plugin.

On Friday, September 26, 2014, Devin Rhode notifications@github.com wrote:

I'm making a really simple homepage for a friend, and I'm using the SFTP plugin for sublime text3. This requires a config file, sftp-config.json, to be present at the root of the directory you upload to the server. I setup using yeoman. When I put the sftp-config.json in my app directory, it isn't copied over to the /dist directory, which is what should be uploaded to production. I think it would be good to copy over remaining files in /app to /dist for purposes like these

— Reply to this email directly or view it on GitHub https://github.com/robwierzbowski/grunt-build-control/issues/42.

Rob Wierzbowski @robwierzbowski http://twitter.com/#!/robwierzbowski http://github.com/robwierzbowski http://robwierzbowski.com

devinrhode2 commented 10 years ago

Thanks for the tip! On Sep 26, 2014 4:26 PM, "Rob Wierzbowski" notifications@github.com wrote:

You should fix your copy task to copy those files over. Copying is out of the scope of this plugin.

On Friday, September 26, 2014, Devin Rhode notifications@github.com wrote:

I'm making a really simple homepage for a friend, and I'm using the SFTP plugin for sublime text3. This requires a config file, sftp-config.json, to be present at the root of the directory you upload to the server. I setup using yeoman. When I put the sftp-config.json in my app directory, it isn't copied over to the /dist directory, which is what should be uploaded to production. I think it would be good to copy over remaining files in /app to /dist for purposes like these

— Reply to this email directly or view it on GitHub https://github.com/robwierzbowski/grunt-build-control/issues/42.

Rob Wierzbowski @robwierzbowski http://twitter.com/#!/robwierzbowski http://github.com/robwierzbowski http://robwierzbowski.com

— Reply to this email directly or view it on GitHub https://github.com/robwierzbowski/grunt-build-control/issues/42#issuecomment-57032845 .