Skip to content

The Builds Update

Compare
Choose a tag to compare
@sebnitu sebnitu released this 28 Jan 17:18
· 354 commits to master since this release

The builds update is where I rewrote the entire build scripts from Jake to Gulp. We cleaned up a lot and fixed a lot of issues in this update. Here are a few:

  • Switch task manager to Gulp [fixed #34]
  • Created our distribution directory dist and move compiled files out of source [fixed #35]
  • Removed the underscore from _baseweb.scss since it's only meant for scss partials. I did the same for the docs styles which were renamed docs.scss [fixed #33]
  • Added autoprefixer into build scripts. I still need to purge mixins who's only purpose was to set prefixes [updated #30]
  • Added a better way of managing project versioning using the gulp task gulp replace [fixed #31]