- This topic is empty.
-
AuthorPosts
-
December 8, 2014 at 5:29 pm #190353
avidrunner
ParticipantAs soon as I click save on the .SCSS file, I would like my minified .CSS file to also upload automatically onto the server too.
Is there any way to do this? I use Sublime Text 3 for both PC / Mac and I work remotely on the server using the SFTP plugin. I am hoping this automation while editing remotely can be achieved somehow as it would be a huge time saver.
Thanks!
December 8, 2014 at 6:51 pm #190358shaneisme
ParticipantThere are probably grunt and gulp tasks that do this too. There’s also hubot.
That said, I don’t recommend just pushing hot code after you’ve saved it unless you’re pushing to a development environment of some kind.
December 9, 2014 at 9:15 am #190429avidrunner
ParticipantI went with ExpanDrive for remote editing and CodeKit for minifying the CSS, it seems to be doing the trick nicely for remote editing on Mac!
I also like that ExpanDrive and Sublime Text are PC apps too. I will have to find a replacement for CodeKit that works on PC for SASS -> CSS automation. Any suggestions?
Thanks,
December 9, 2014 at 9:27 am #190432Paulie_D
MemberI will have to find a replacement for CodeKit
Try Prepos…it does all preprocessing that out of the box AFAIK.
The you upload as required…it doesn’t have FTP (at least it didn’t last time I looked).
December 9, 2014 at 9:47 am #190434Senff
ParticipantPrepros does have an upload feature, but not automatically-as-you-save.
December 9, 2014 at 10:04 am #190436avidrunner
ParticipantThanks! Prepros is what I will use for PC. It’s alright that it doesn’t upload to the server, I can do that using ExpanDrive. From what I am reading CodeKit seems to be the better app for Mac, and I have already purchased it so I think I will remain a customer. So far Prepros seems to look very similar and perhaps it has been updated in the recent months. I’ll give it a shot for Mac as well to see which one I prefer. But it’s great to know there is an option for PCs!
Thanks!
December 9, 2014 at 10:28 am #190438Paulie_D
MemberWhat is actually the point of using CodeKit?
Because it did all those things before the others existed… and yes, having it all in one package is often more appealing…and people who have it like it and don’t like change.
As for me, I dunno. I’m a PC user and will never get to use Codekit….but human nature being what it is…
December 9, 2014 at 10:39 am #190440shaneisme
ParticipantWhat is actually the point of using CodeKit?
It’s easy :)
December 9, 2014 at 4:28 pm #190462avidrunner
ParticipantI found a free alternative that works on PC / Mac. It’s called Koala. http://koala-app.com/
Seems to work great too!
December 9, 2014 at 7:55 pm #190469Alen
Participant@Joe_Temp CodeKit is to Build Process as XAMPP is to Web Dev Environment. I don’t know if that makes sense. Some people are just not comfortable with the command line and managing dependencies, so there’s CodeKit. It serves the purpose. ShopTalk did a show with the creator when they released the new version.
December 9, 2014 at 10:24 pm #190479__
ParticipantI know I’m a bit late to this part of the convo:
That said, I don’t recommend just pushing hot code after you’ve saved it unless you’re pushing to a development environment of some kind.
^– this this this –^
~~~
less late:CodeKit is to Build Process as XAMPP is to Web Dev Environment
That makes total sense to me. From what I know of codekit, I don’t doubt it for a minute, either.
December 11, 2014 at 9:52 am #190619Alen
Participantyou can bulk compress every png file in a directory and stip out all the meta data on those bloated things
- Gulp, gulp-imagemin
- Grunt, grunt-contrib-imagemin
December 11, 2014 at 10:00 am #190622shaneisme
ParticipantNo, it came out before the rise of the preprocessors. It has improved over time because of them.
Chris has a good video on what it’s all about (a bit old).
https://css-tricks.com/video-screencasts/111-get-yourself-preprocessing-in-just-a-few-minutes/
Also:
December 11, 2014 at 10:12 am #190625Alen
ParticipantNode package manager does not seem to be working for me
@Joe_Temp Trynpm -v
, checks npm versionnpm install npm -g
, updates npm, g is for Globally
If you need to install/compile new version of Node, try this guide.
December 11, 2014 at 10:22 am #190627Alen
Participantit was blocking an Arch upgrade/update
Could be that one of the PPA keys was invalid. What error are you getting?
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.