switch to node-based server#295
Conversation
also, some cleanup
|
This looks great to me, thanks. One question though: I pulled your branch, I see an error: Thoughts? |
|
Yes, I had used |
|
I was also lacking a semicolon 🤔 how do you think about linting as a pre-commit-hook? |
|
Okay great. And yeah pre-commit linting sounds like a good idea. Thanks! |
|
Here you go 😄🎉 |
|
Seems to do the trick now! I think we'll want to clean up some links to the test pages here since they seem to use absolute references but I can get those after landing. |
|
cheers thanks! |
Oh yeah, didn't check all those 🤔 |
Hey there 👋🙂
I wanted to contribute to
loadCSS, but find the requirement for PHP to be counterproductive. Therefore, I implemented a simple server script to replace PHP. Just run it withnpm startand openlocalhost:3000.If you like this, would you be interested in further modernization, like automated tests using Nightmare, and a grunt-less build/test setup, eslint? If so, I'd happily lend a hand here.