-
How about adding UnCSS ( https://github.com/giakki/uncss ) in the special language section to check and remove if there is unnecessary and unused css in your stylesheets in the post processing. Would …
-
I'm a Sass gal. Bringing Sass compilation to Beans is a leap forward for flexibility and developer personal preference. UIKit 3 also brings us Sass.
Currently, Beans has integrated LESS compilatio…
-
Hey guys, is it possible to specify multiple HTML sources? Usecase: I've got the homepage and one more important entry point, a landing page. Now I need the critical CSS of both combined and inlined a…
-
After developing my component, I'd like to create a demo page and push to github-pages.
Can we create a command for this? Or does this use-case already exist?
-
Hi there,
Thanks for creating this library!
I was exploring this library and found out that the default Zip task doesn't exclude `/vendor` directory which is commonly used for Composer packages.…
-
https://github.com/jkphl/gulp-svg-sprite
-
# A CSS/stylesheet/asset loading plugin for WP for use by site designers
## Description
The existing Custom CSS plugin is used by both clients and internal Interactive Design staff to customize BU…
-
http://awards.cmscritic.com/past-winners/ of these I've used:
- Drupal
- Joomla
- Magento (e-commerce)
- Wordpress
- Magnolia
- Ghost
Why would anyone want to build _another_ CMS given there are **_s…
-
React-DOM is required in batch.jsx and React is required/imported in all source js(x) files. Because of that, React and React-DOM is getting bundled up in batch.min.js.
Right now, those libraries o…
-
The plugin loader is great feature in WP plugin boilerplate but we can make it better by using the php autoload feature http://php.net/manual/fr/function.spl-autoload-register.php I started making som…