Skip to content

Commit 054e480

Browse files
committed
Some README.md wording fix.
1 parent 1dcb4de commit 054e480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ Now you can build your project with: `grunt dev`, `grunt qa` and `grunt prd`. He
133133
* `grunt qa` copies QA configs to `src` as well as `dist` direcotry. It then compiles, minifies and generates JavaScript, CSS and HTML with JavaScript source maps. Everything inside `dist` directory is ready for distribution. (You should be able to just ZIP up `dist` directory and send it to QA.)
134134
* `grunt prd` copies production configs to `src` as well as `dist` direcotry. It is very similar to QA build, except it doesn't generate JavaScript source map. Again, `dist` directory is ready for distribution.
135135

136-
Due to the fact that [CommonJS](http://wiki.commonjs.org/wiki/CommonJS) moduels need to be wrapped with [Browserify](http://browserify.org/) before running in a browser. There are tasks specially made for this.
136+
Due to the fact that [CommonJS](http://wiki.commonjs.org/wiki/CommonJS) moduels need to be wrapped by [Browserify](http://browserify.org/) before running in a browser, there are tasks to make it more convenient.
137137

138138
* `devCommonJs` builds [CommonJS](http://wiki.commonjs.org/wiki/CommonJS) modules with minimun amount of process. It does not perform any kind of minification or even full clean to keep things running as fast as possible. But we will have to run your app from `dist` directory instead.
139139
* `watch:devCommonJs` uses [grunt-contrib-watch](https://github.com/gruntjs/grunt-contrib-watch) to watch changes you make. It will automatically run `devCommonJs` task whenever you save files. You should take a quick look at the `watch` task configs in `Gruntfile.js` to make sure that it ignored all the files you modify during build to avoid infinite build calls.

0 commit comments

Comments
 (0)