Chris D. Macrae

Results 52 comments of Chris D. Macrae

No Ivy is definitely a challenge, as it really slips down the bundles.

@envygeeks thanks for the honesty! This would be really great; it seems to be the way most users try to use these menus, and then learn to do it the...

Imagemin CLI is a no-go because it doesn't honor directory structure. `imagemin-power-cli` looks promising, and can just be dropped in.

Webpack config is almost ready, but something is wrong w/ entry point resolution... would love to get your eyes on this @ncphillips

@budparr added PurgeCSS to C-S-S; it only runs for production builds, and reads all of the `.html` files in the `dist/` directory and the `.css` files in the static `css/`...

@budparr You're 100% correct there -- people could be abstracting their classes into variables for all I know, so I need valid, distributable HTML to validate against.

@budparr I'm not too worried about it; PurgeCSS isn't really doing an expensive operation; it's just grabbing text and splitting it into an array by spaces. Something that's worth testing,...

@ncphillips I need a second set of eyes on `webpack.config.dev.js` and `webpack.config.prod.js`. It's using the bulk of CRA's stuff, heavily commented. But it doesn't seem to like the entryPoint resolved...

In my refactor I'm simplified this just to `babel-preset-env`. (https://github.com/babel/babel/tree/master/packages/babel-preset-env) It has a very active community and is guaranteed to manage standards for standard es5/es6/... JS.

## Goals I think the goal of this project should be: - To provide a *single* best-practice zero-configuration build for static sites, supporting *any* generator. - To allow developers to...