简体   繁体   English

使用原子编辑器以相同名称更新css文件时创建自动js文件

[英]Auto js file is created while updating a css file as the same name while using atom editor

每当我更新css文件并单击cmd + s时,它都会保存文件,同时在其下以与css文件相同的名称创建一个js文件,但我使用的是Atom编辑器,因此我担心已经安装了导致该问题的任何软件包,如何摆脱它?

I had the same issue but only on one of my computers and I found that the difference between them was that I had 'language-javascript-jsx' on the atom instance giving me the issue. 我遇到了同样的问题,但是只在我的一台计算机上,我发现它们之间的区别是我在原子实例上使用了“ language-javascript-jsx”,这给了我问题。 After disabling it and restarting, the problem went away. 禁用它并重新启动后,问题消失了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Atom文本编辑器自动完成不接收我的.css文件 - atom text editor auto complete not picking up my .css file 在 node.js 中使用 multer 上传多个文件时,目标目录中未创建文件 - while uploading multiple files using multer in node js file is not created in destination directory 使用Node.js呈现页面时,css / js文件参考错误 - css/js file reference error while rendering a page using Node.js 编辑器node.js文件上传示例错误-上传文件时发生服务器错误 - Editor node.js file upload example error - A server error occurred while uploading the file 使用 Angular.js 单击输入类型文件字段时,图像名称消失 - Image name vanishes while click on input type file field using Angular.js 当html文件位于文件夹中时,CSS无法在带有js的模板中工作 - CSS not working in a template with js while html file is in a folder JS / CSS:隐藏HTML文件时预加载图像 - JS/CSS: Preload images from the HTML file while they are hidden 使用 useEffect Hook 在 react.js 中更新自动递增计数器值时遇到问题 - Facing issue while updating auto increment counter value in react.js using useEffect Hook 使用JS和PHP动态更新CSS文件源 - Dynamic updating CSS file source with JS and PHP 在webpack中的css和js文件中更新chunkhash - Updating chunkhash in both css and js file in webpack
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM