You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 20, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Roots is a WordPress starter theme based on [HTML5 Boilerplate](http://html5boil
12
12
13
13
## Features
14
14
15
-
*[Grunt](http://roots.io/using-grunt-for-wordpress-theme-development/) for compiling SASS to CSS, checking for JS errors, live reloading, concatenating and minifying files, versioning assets, and generating lean Modernizr builds
15
+
*[Grunt](http://roots.io/using-grunt-for-wordpress-theme-development/) for compiling Sass to CSS, checking for JS errors, live reloading, concatenating and minifying files, versioning assets, and generating lean Modernizr builds
16
16
*[Bower](http://bower.io/) for front-end package management
* The latest [jQuery](http://jquery.com/) via Google CDN, with a local fallback
@@ -58,7 +58,7 @@ Edit `lib/init.php` to setup navigation menus, post thumbnail sizes, post format
58
58
59
59
## Theme development
60
60
61
-
Roots uses [Grunt](http://gruntjs.com/) for compiling SASS to CSS, checking for JS errors, live reloading, concatenating and minifying files, versioning assets, and generating lean Modernizr builds.
61
+
Roots uses [Grunt](http://gruntjs.com/) for compiling Sass to CSS, checking for JS errors, live reloading, concatenating and minifying files, versioning assets, and generating lean Modernizr builds.
62
62
63
63
If you'd like to use Bootstrap Less, look at the [Roots Less](https://github.com/roots/roots).
64
64
@@ -75,7 +75,7 @@ When completed, you'll be able to run the various Grunt commands provided from t
75
75
76
76
### Available Grunt commands
77
77
78
-
*`grunt dev` — Compile SASS to CSS, concatenate and validate JS
78
+
*`grunt dev` — Compile Sass to CSS, concatenate and validate JS
79
79
*`grunt watch` — Compile assets when file changes are made
80
80
*`grunt build` — Create minified assets that are used on non-development environments
0 commit comments