主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Jmcbade
活动总数
90
最后的活动
2022年09月06日 10:58
成员加入日期
2012年03月31日 14:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
22
活动概览
帖子(19)
评论(49)
Jmcbade
进行了评论,
2022年09月06日 10:55
Your last comment really helped :) For anyone following my final solution is: Program: cp Arguments: $FileDir$/$FileNameWithoutExtension$.html $ProjectFileDir$/public/$FileName$ (This points to an...
社区
PhpStorm
File Watchers in SCSS - output directory
0 票
Jmcbade
进行了评论,
2022年09月06日 09:32
I don't need npm to copy a file from one place to another if it is a regular html file right? Wouldn't I use just a "cp" command as the "Program"? Arguments: $FileName$ Output path to refresh: $Pro...
社区
PhpStorm
File Watchers in SCSS - output directory
0 票
Jmcbade
进行了评论,
2022年09月06日 09:31
I'm trying but even with -f as a parameter, I get this output: (MAC / Unix) /bin/cp -f index.htmlusage: cp [-R [-H | -L | -P]] [-fi | -n] [-aclpsvXx] source_file target_file cp [-R [-H | -L ...
社区
PhpStorm
File Watchers in SCSS - output directory
0 票
Jmcbade
进行了评论,
2022年09月06日 09:16
I'm trying but even with -f as a parameter, I get this output: (MAC / Unix) /bin/cp -f index.htmlusage: cp [-R [-H | -L | -P]] [-fi | -n] [-aclpsvXx] source_file target_file cp [-R [-H | -L ...
社区
PhpStorm
File Watchers in SCSS - output directory
0 票
Jmcbade
进行了评论,
2022年09月06日 09:12
I don't need npm to copy a file from one place to another if it is a regular html file right? Wouldn't I use just a "cp" command as the "Program"? Arguments: $FileName$ Output path to refresh: $Pro...
社区
PhpStorm
File Watchers in SCSS - output directory
0 票
Jmcbade
进行了评论,
2022年09月06日 09:01
What would the settings look like to copy the currently edited html file?
社区
PhpStorm
File Watchers in SCSS - output directory
0 票
Jmcbade
进行了评论,
2022年09月06日 08:58
If I am only performing a "copy" operation, what should I declare in the "Program" field?
社区
PhpStorm
File Watchers in SCSS - output directory
0 票
Jmcbade
进行了评论,
2022年09月06日 08:48
Ok, I can use the sass.js but not the dart version for some reason. Weird. I can live with that if I could understand the copying other files when modified (html) issue.
社区
PhpStorm
File Watchers in SCSS - output directory
0 票
Jmcbade
进行了评论,
2022年09月06日 08:46
So this: "/Users/john/Sites/php-storm-sass-file-watcher/node_modules/sass/sass.dart.js" is not a valid path to the local even though I selected it from the dialogue? It runs fine with no errors so...
社区
PhpStorm
File Watchers in SCSS - output directory
0 票
Jmcbade
进行了评论,
2022年09月06日 08:44
Yes. So say I want all ".html files in the src folder to end up in the Public folder? Also: I still would like to know why the global node sass works with your parameters but specifying the one in...
社区
PhpStorm
File Watchers in SCSS - output directory
0 票