Skip to content

Commit

Permalink
Fix indentation & remove old credits.
Browse files Browse the repository at this point in the history
  • Loading branch information
benleivian committed Nov 2, 2016
1 parent 0babf3e commit ef16282
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@ Running `gulp build` will generate/rebuild the `build/` directory without starti

Running `gulp` or `gulp watch` will start the watch process & browser-sync. Changes to `src/` are written to `build/`.

$ gulp
$ gulp

#### gulp dist

Running `gulp dist` will generate an optimized, production ready version of the theme based on `build/`. This will be the folder you deploy to production.

$ gulp dist
$ gulp dist

## License

Expand All @@ -121,8 +121,5 @@ Running `gulp dist` will generate an optimized, production ready version of the
* [Bourbon Neat](http://neat.bourbon.io)
* [Bower](http://bower.io)
* [Browsersync](http://www.browsersync.io)
* [CSSmin](https://www.npmjs.com/package/gulp-cssmin)
* [Autoprefixer](https://github.com/postcss/autoprefixer-core)
* [Combine Media Queries](https://www.npmjs.com/package/gulp-combine-media-queries)
* [Pixrem](https://www.npmjs.com/package/gulp-pixrem)
* [Normalize](https://necolas.github.io/normalize.css/)

0 comments on commit ef16282

Please sign in to comment.