Skip to content

Releases: nothingrandom/barebones

Version 2!

07 Sep 12:40
Compare
Choose a tag to compare

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

23 Oct 13:24
Compare
Choose a tag to compare
Pre-release

Bug fixes

  • compress:js-scripts had a typo
  • build:clean had an unnecessary callback that was preventing it from letting the build task run through

New features

  • Add background-image-retina mixin

prerelease demo

12 Oct 14:33
Compare
Choose a tag to compare
prerelease demo Pre-release
Pre-release

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)