Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 9 years ago.
Improve this question
I'm using Nginx on my server and Brunch to build a Backbone/Chaplin app. Brunch builds all js to app.js and all css to app.css. The problem is cashing. Common solution to avoid caching - adding versions to filenames. But I've found no way yet to handle it. Any suggestions?
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 months ago.
Improve this question
I'm using XAMPP on Windows 10 to serve a website, and the website is very fast on localhost, but very slow on my public domain address. Why is that? My internet speed should be fine.
try to load all CSS files in starting and put all js files at the end and remove unwanted comments or files. this might help to improve the speed of your site. and also the resolution or maybe size of images which you use in your site it will make much faster your website.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 10 months ago.
Improve this question
The intellij idea takes up a lot of RAM, is there a way we can reduce the program size?
go to
C:\Users{yourName}\AppData\Roaming\JetBrains\IntelliJIdea2022.1 (your version)
edit idea64.exe.vmoptions
-Xmx2015m -> -Xmx1024m (maximum memory)
You can change the heap of memory the compiler in the "Build, Execution, Deployment" tab in the preferences.
Preferences > Build, Execution, Deployment > Compiler | User local process heap size (...)
But you can search in preferences for "Mbyte" and see whatelse you can configure.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 2 years ago.
Improve this question
I am a beginner.
How can I change my VS code style from this
to this?:
Install this extension to your VS Code:
https://marketplace.visualstudio.com/items?itemName=vscode-icons-team.vscode-icons
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I'm having quite a struggle with moving and deleting the node modules folder or should I say the whole project itself and it took pretty much around half an hour just for 2 projects or so.
Not really sure if it's OS specific or processor specific but I'm on core i5 with 2gb RAM.
I was doing the usual Windows Cut-Copy-Delete and it is fine with large single files such as Zip files and such. Seems related to the number of files since node modules have lots in it.
So I'd like to know if there are other ways to speed it up (like a command line or so? Would they speed up) or is it unavoidable?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 8 years ago.
Improve this question
I mean, that's really the whole question... I need the auto-indentation on newline insertion and syntax highlighting, and perhaps there are other niceties that I take for granted but would miss if absent.
That's all.
I would use a vim plugin specifically for Markdown, but if you really want to use JS specifically you can use
autocmd FileType md set filetype=javascript