Skip to content

Commit 62ec71e

Browse files
committed
Small wording changes
1 parent 708deba commit 62ec71e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapters/build-systems/brunch/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ The first thing to do is install the ``brunch`` command with ``npm`` by running
88
## Conventions
99
Brunch has a few conventions that help keep things simple - but you don't have to follow all of them. Firstly, Brunch asks you to specify a folder called 'assets' that is directly copied into your output folder with no modifications. Secondly, most Brunch projects have two separate JavaScript files - app.js, which contains your code, and vendor.js for all external libraries, including bower packages. This allows you to package your files into modules without affecting external libraries.
1010

11-
## Folder Structure
12-
In order to understand how best to structure Brunch applications, lets look at a typical application folder structure and modify it to follow Brunch's conventions.
11+
## Folder structure
12+
In order to understand how best to use Brunch, lets look at a typical folder structure and modify it to follow Brunch's conventions.
1313

1414
The application we'll be converting uses CoffeeScript, AngularJS, and LESS, and has no current build system beyond running the CoffeeScript and LESS watchers on the app/ directory. Here's what the application structure looks like before we install Brunch:
1515

0 commit comments

Comments
 (0)