如何防止`jsx watch`编译交换文件?

时间:2014-08-20 17:30:41

标签: reactjs react-jsx

我使用vim有一个编辑器。 JSX编译交换/临时文件。我怎么能避免这种情况?

命令行:

jsx --extension js --watch src/ build/

我在stdout中看到的内容:

.helloworld.js.swp changed; rebuilding...
["helloworld"]
["helloworld"]
helloworld.js~ changed; rebuilding...
helloworld.js~ changed; rebuilding...
["helloworld"]
["helloworld"]

感谢。 :)

1 个答案:

答案 0 :(得分:2)

VIM解决方案

您可以将交换文件夹设置为其他文件夹。

 set directory^=$HOME/.vim/swap// 

Grunt解决方案

您可以使用众多插件中的一个来观看和重建您的jsx文件。这些插件允许您设置在构建过程中使用的文件。例如:https://www.npmjs.com/package/grunt-react