Shawn Z

Results 4 comments of Shawn Z

I see the use of cssnano is more than processing svgs. it also does autoprefixer, comment stripping and magnification.

@davezuko I'm starting to like the fractal structure. but how do I add a child route that takes a param? for example, if I want to add a dynamic route...

oh yeah, I totally forgot to update this...you basically create two children routes: index route and slug route, for example, routes/Categories/routes/Index and routes/Categories/routes/Slug. Then on the Categories route definition: ```...

@dracan aside from the issue you have raised, in your Electron app js code, if you have `keytar.addPassword('KeytarTest', 'AccountName', 'secret');`; It is still not secure because one can unobfusticate your...