On Thursday, November 8, 2018 at 12:24:38 AM UTC-8, Константин Комков wrote:
>
> Now I'm working on server if I want to edit anything in project (I have 
> duplicate project), but as I think it's not right.
> I want to copy all project on PC for editing it. After that if project 
> working good I want to find the way for update project on server, better 
> without copying file manually. I would prefer use something like gulp.
>

I'm not familiar with gulp.  I use Filezilla, and I haven't tried scripting 
that.  I generally don't have a lot to copy.
Depending on how your connectivity is done [1], Beyond Compare may be able 
to provide the same coverage, and it is scriptable.
[1] I know it will FTP and also remote targets that look like network 
drives.

 

> As for me Nodejs was useful for making HTML emails with Foundation. 
>

I have used nodejs a little bit.  One example was as middleware (loosely 
speaking), and the fetch promise was important to that.    I would have 
used web2py for that project, but I had trouble with json output getting 
wrapped in quotes, and the client  couldn't handle that, and I didn't know 
how to prevent the wrapping.  I have not tried to use nodejs within a 
web2py project.

And I learned that there are instruments: gulp, browser-sync, gulp-sass, 
> inky, which were very useful.
> As text-editor I use Notepad and Brackets with Emmet.
>

At home, I mostly use the appadmin IDE.  But I also use text editors; at 
home, I use an old 32-bit editor called PFE, or sometimes Notetab Lite from 
Fookes Software.  At work, I may use emacs on the development machine and 
vi [vim] on the production server.


> I use only web2py in browser for editing project upon and for python code 
> it enought, but for js, css, html I would like use something else, becouse 
> I am interested your opinion.
>


For source control, I like Mercurial because it's easy and powerful.  I can 
use github if I have to (as in PRs for the web2py book) but my exposure to 
naked git indicates happiness does not lie in that direction.

My stuff has been small enough that I haven't bothered with fancy front-end 
tools.

/dps

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to