This repository was archived by the owner on Apr 27, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ source 'http://rubygems.org'
55# Core
66gem 'middleman' , '~> 4.3.2'
77gem 'middleman-favicon-maker'
8- gem 'middleman-livereload'
98gem 'middleman-minify-html' , '~> 3.4.1'
109gem 'middleman-robots'
1110gem 'middleman-sitemap-ping'
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments