Zane Milakovic

Results 30 comments of Zane Milakovic

Yeah, I was thinking about this last night. Being able to specify loading from `.env` or better `.env.dev`, `.env.stage`, `.env.prod` would be ideal as well. There are 3-4 third party...

I am fine with the last one. I can also see something like this - ```yaml scripts: start: file: main.ts env: file: ./.env vars: PORT: 80 DOMAIN: "example.net" ``` I...

Yeah, that was my thought. --- Zane Milakovic On Jun 15, 2020, 10:56 AM -0500, Ryan , wrote: > Which module will you be using for the environment variable file...

I can validate that this is not working as expected. ``` @Prop() title!: string; @Prop(Boolean) secondary!: boolean; ``` I need to speciefy `Boolean` in the `@Prop(Boolean)`, or use `@Prop({ type:...

I too would like to see a example of how this is suppose to work. Can't find any code outside of a image.

Looks like this may be the issue - https://github.com/pugjs/pug/issues/2338

I would recommend updating Jade to Pug when they are past the Alpha release.

I was going to write something that handles this for my images I pull in front markdown. My first thought was to do this on the fly as a Lambda...

Where do timestamps come in during the build? I feel like this would be as easy as `sapper export --entry /url/to/updated/route --no-crawl` with the idea only that entry point would...

@NadiaRom @s0kil - we added #856 to allow building a single page. We will be opening a PR soon for filtering routes as well. This PR will only do the...