Sam J
Sam J
Just wondering if anyone has tested this ext installed remotely via SSH: Remote? I can't seem to get it to show me anything in the `output` panel, or anywhere else...
Fixes #79. I'm not 100% sure that this doesn't break anything but from my tests it seems to be fine. Would be great if someone who knows ECT could make...
``` html page: isStillThis page: shouldBeThis ``` This can be reproduced on [the website](http://ectjs.com) by adding another footer-info block. I would have expected the footer-info to be overwritten but it...
So I noticed today that `render()` is calling a readFileSync() equivalent (I'm assuming because the built in `fs.readFileSync` is slower?). My use case is loading the templates into memory first...
I'm trying to exclude node_modules from being indexed as it's ridiculously expensive. ``` json { "ecmaVersion": 6, "libs": [], "dontLoad": [ "**/node_modules/**" ], "loadEagerly": [ "**/*.js" ], "plugins": { "node":...
@xaviergonz this is a very cool project. I've been using MST for a year or 2 now and I can appreciate how you've managed to solve quite of few problems...
If you use `pnpm` the plugin just doesnt work, among other issues. This is trying to fix that.
- [x] ModuleBundler - [ ] SourceBundler - [ ] utils - [ ] Webpack
The serverless yaml parser is able to resolve file references - [ ] Create an init step to handle async actions like this - [ ] Duplicate functionality or rely...