Skip to content

Commit

Permalink
Merge pull request #8 from nothingrandom/scss-only-rebuild
Browse files Browse the repository at this point in the history
Rebuild to be SCSS only
  • Loading branch information
nothingrandom authored Sep 7, 2017
2 parents a6f5f87 + 27628be commit 6b1dd48
Show file tree
Hide file tree
Showing 69 changed files with 1,288 additions and 10,836 deletions.
5 changes: 0 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,3 @@ node_modules
### Sass ###
.sass-cache
*.css.map

### barebones ###
src/assets/css
src/assets/js/scripts.js
build/
5 changes: 0 additions & 5 deletions .travis.yml

This file was deleted.

39 changes: 13 additions & 26 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,22 @@
# [barebones](http://barebones.io)

[![Build status](https://travis-ci.org/nothingrandom/barebones.svg?branch=master)](https://travis-ci.org/nothingrandom/barebones)
[![devDependency Status](https://david-dm.org/nothingrandom/barebones/dev-status.svg)](https://david-dm.org/nothingrandom/barebones#info=devDependencies)
[![Built with gulp](http://nothingrandom.com/images/built-gulp.svg)](http://gulpjs.com/)
Barebones is the starting point for stylesheets.

**A lightweight starting point for web projects**
### What you get
In this project you'll find a great starting point for writing clean, functional stylesheets using scss.

Barebones is an advanced and powerful project wireframe. It's build by front end developers for front end developers. It's designed to help speed up your development process, doing the heavy lifting while you can stick to creating new sites.
I've been working on this project since 2012, so it's had a lot of trail, error, and experimentation go into it.

----------
The primary source of magic is in the `utilities` file, so I recommend you have a look through.

### Wishlist (and issues)
Any features you'd like to see? Any features don't work for you? Let me know with the issue tracker.

### Recommendations
I suggest that you use this project alongside of [blendid](https://github.com/vigetlabs/blendid). Older users of barebones will remember that it once came with a full gulp setup. I was struggling to keep up with best practices and new tools, and found myself using Vue / React Starter where there was too much bulk here.

## Quick Start
1. Clone the repo _or_ [download the latest release](https://github.com/nothingrandom/barebones/archive/master.zip)
2. Run `npm install` to install the devDependencies
3. Compile your code with `gulp`

## What's included
- 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](http://foundation.zurb.com/docs/components/grid.html)
I also recommend that you use this [scss-lint](https://github.com/nothingrandom/scss-lint-default.yml) config.

----------

###### _Made by [nothingrandom](http://nothingrandom.com) :)_
###### _Made by [Benjamin Hollway](http://nothingrandom.com) :)_
7 changes: 0 additions & 7 deletions ftpconfig.json

This file was deleted.

Loading

0 comments on commit 6b1dd48

Please sign in to comment.