Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
pborreli committed Dec 2, 2015
1 parent d46f5a8 commit 9ed7e3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Optional dependencies :
* Installs Symfony
* Removes Assetic
* Only if using grunt-less or grunt-babel or grunt-compass: **(grunt-contrib-watch)**
* Only if using grunt-typescript or grunt-coffeee or grunt-babel : **(grunt-uglify)**
* Only if using grunt-typescript or grunt-coffee or grunt-babel : **(grunt-uglify)**
* Only if using gulp-ruby-sass **(gulp-watch)**
* Only if using gulp-ruby-sass or gulp-javascript **(gulp-rename, gulp-sourcemaps)**
* Only if using gulp-ruby-sass or gulp-less **(gulp-minify-css)**
Expand Down
2 changes: 1 addition & 1 deletion app/templates/_brunch-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ exports.config = {
},
conventions: {
ignored: [
/\/_/, // File begining by "_" like _settings.scss
/\/_/, // File beginning by "_" like _settings.scss
// Brunch does include all Bower components by default, we blacklist unneeded ones.
//'bower_components/foundation/'
],
Expand Down

0 comments on commit 9ed7e3e

Please sign in to comment.