Releases: nothingrandom/barebones
Releases · nothingrandom/barebones
Version 2!
Exciting release today!
I've completely scrapped everything that isn't scss. I found myself frequently stripping this project down to what I only used, which was the scss files. As I used React or Vue Starter the only elements I needed were my starting points for stylesheets. And with the difficulty of keeping up with gulp best practices I found blendid to fill the shortcomings of my own gulp starter.
So today, it's goodbye gulp, js, and other clutter. This is a cleaner, leaner project that you will be able to drop into any, and I mean any, front end project which needs stylesheets.
Enjoy!
prerelease demo v1.0.1
Bug fixes
compress:js-scripts
had a typobuild:clean
had an unnecessary callback that was preventing it from letting thebuild
task run through
New features
- Add
background-image-retina
mixin
prerelease demo
First prerelease of the barebones project.
- Advanced gulpfile
- Compile scss/sass to css
- Compile multiple JS files with browserify
- Image minification
- Build and deploy for release
- Notifications on Mac
- SCSS structure
- Normalize / Reset CSS
- Advanced mixins
- Javascript
- jQuery using npm and browserify
- Custom modernizer 3.1 build
- Foundation Grid (with custom grid in the works)