Skip to content
This repository was archived by the owner on Apr 27, 2022. It is now read-only.

Commit b712553

Browse files
committed
Update Readme
1 parent 546c2d9 commit b712553

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ source 'http://rubygems.org'
55
# Core
66
gem 'middleman', '~> 4.3.2'
77
gem 'middleman-favicon-maker'
8-
gem 'middleman-livereload'
98
gem 'middleman-minify-html', '~> 3.4.1'
109
gem 'middleman-robots'
1110
gem 'middleman-sitemap-ping'

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@
1515

1616
###### Middleman
1717
- [GitHub Pages](http://pages.github.com) *[deployment/hosting]*
18-
- [Middleman Autoprefixer](https://github.com/middleman/middleman-autoprefixer) *[Automatically add vendor prefixes to CSS rules]*
1918
- [Middleman Favicon Maker](https://github.com/follmann/middleman-favicon-maker) *[Generate favicon files in various sizes]*
20-
- [Middleman Live Reload](https://github.com/middleman/middleman-livereload) *[Reloads the page when files change]*
2119

2220
## Start a new project
2321

@@ -39,7 +37,7 @@ You need [Bundler](http://bundler.io/) to install gems
3937
### Deploying to GitHub Pages
4038

4139
$ bundle exec middleman deploy
42-
43-
__💡 Note:__ If you get an error with `middleman build`, make sure [Imagemagik](http://www.imagemagick.org/script/index.php) is installed
40+
41+
__💡 Note:__ If you get an error with `middleman build`, make sure [Imagemagik](http://www.imagemagick.org/script/index.php) is installed
4442

4543
$ brew install imagemagick

0 commit comments

Comments
 (0)