Skip to content

Commit

Permalink
Docs updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Gorev committed May 15, 2015
1 parent c95b5d6 commit 1299ad2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,8 @@ For more information about Webpack installation:
go to - http://webpack.github.io/docs/installation.html

-------------
The commands:
(__Win__):
* __'%bin%\webpack.cmd'__
(__Mac__):
* __'webpack'__ if installed globally or __'$(npm bin)/webpack'__ if installed locally
will compile the source code,
then build ApnAPI.js file and create a source map file - 'dist/maps/ApnAPI_source.map'.
After Webpack compiles the source code,
it builds ApnAPI.js file and creates a source map file - 'dist/maps/ApnAPI_source.map'.
For production code we need to remove the reference to the source map file, so
###### remove manually the following line at the end of the minified file (ApnAPI.js):
Expand Down

0 comments on commit 1299ad2

Please sign in to comment.