A
A
aolko2015-08-06 17:05:21
phpstorm
aolko, 2015-08-06 17:05:21

How to load only compiled styles/scripts with phpstorm?

I think some comrades use sass/scss+coffeescript. How to make it so that only compiled css and js files are uploaded via FTP? (as well as their loading by ctrl + s (usually in such cases, the sources are loaded))

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey delphinpro, 2015-08-06
@aolko

create a structure like this

/
  public_html/
    css/
  source/
    sass/

In the ftp connection settings, specify the mapping of the public_html folder to the root of your remote server.
Specify the following settings 20150806-195839.pngand rejoice. Now, with any change to files in public_html, they will be uploaded to a remote ftp server

A
asdz, 2015-08-06
@asdz

Can't they be included in the exceptions for deployment ??? https://www.jetbrains.com/phpstorm/help/excluding-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question