From cbdc76cdfb3ab6535afc63b9b95b461c47772677 Mon Sep 17 00:00:00 2001 From: Kelly Sutton Date: Tue, 28 Jul 2015 15:23:03 -0700 Subject: [PATCH] Note the new ember-cli-build.js file for ember-cli 1.13+ --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91f8f20..f583ae4 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ember install ember-cli-autoprefixer ## Options You can configure what browsers to target and other options by specifying them in your -`Brocfile.js`. An example: +`Brocfile.js` or `ember-cli-build.js`. An example: ```js var app = new EmberApp({