Questions tagged [skewer-mode]
6 questions
22
votes
3 answers
How to use skewer-mode?
I am currently struggling to use skewer-mode in Emacs.
I downloaded and installed skewer-mode via MELPA, so all the dependencies should be inplace.
For testing purposes I even downloaded the boidsjs demo.
I'll open up boids.js, then type…

JacksGT
- 393
- 2
- 9
4
votes
1 answer
Making skewer-repl work on external sites
skewer-mode works perfectly with their default demo page
(http://127.0.0.1:8080/skewer/demo). I'm able to send commands from
skewer-repl like alert('hello world') and it appears on that particular URL.
Now, how to make the same functionality to work…

Sibi
- 3,603
- 2
- 22
- 35
4
votes
0 answers
JavaScript REPL in skewer-mode
I'm using skewer-mode and can't use the skewer-repl, which is unfortunate.
I get a prompt
js>
then I can enter anything, nothing is happening...
js-REPL:run and Shell-Compile are running as major modes in the skewer-repl.
I'm using Emacs 24.5 on…

loukios
- 815
- 1
- 8
- 19
2
votes
0 answers
How to use skewer-mode for just html and css
I want to use Emacs to create a static website using only HTML and CSS. I've read through the docs for skewer-mode and simple-httpd. It seems simple enough. There is even this SE post, how-to-use-skewer-mode, which details the above steps. Yet…

Lorem Ipsum
- 4,327
- 2
- 14
- 35
1
vote
1 answer
How to use skewer mode beyond localhost?
I'd like to write the code for a website on one pc and see the results in a browser on another pc in my local network.
For calling the skewer script in html, I replaced localhost with the local ip of pc1 –