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
-**gulp build** to build the javascript & doc files in the /build folder & run the unit tests.
119
-
-**gulp clean** to cleanup the repository from a previous build ? does this work ?
122
+
-**gulp clean** to cleanup the repository by removing files and folders from previous build.
120
123
-**gulp test** to run the Karma unit test suite.
121
124
-**gulp test:e2e** to run the Protractor test suite. For the first test run, you may need to update the protractor webdriver manager. It will show the command on screen if this is required (node_modules/gulp-protractor/node_modules/protractor/bin/webdriver-manager update).
122
125
-**gulp test:server** will start a web server for the testapp on http://localhost:8888
123
126
124
-
Release Notes
125
-
===============
126
-
**1.14.0**
127
-
128
-
* Prepared for Angular2 transition by removing all scopes
129
-
* NgMap service is introduced
130
-
* Refactored
131
-
132
-
**1.13.0**
133
-
134
-
* New directive `custom-marker`
135
-
136
-
**1.12.0**
137
-
138
-
* Refactored documentation with angular-jsdoc
139
-
140
-
**1.10.0**
141
-
142
-
* Added an event `objectChanged` to broadcast change of objects in map. e.g., markers, shapes, etc
0 commit comments