Updated jshintigore
This commit is contained in:
parent
cf364fc418
commit
625f6bfca3
|
@ -1,5 +1,2 @@
|
||||||
node_modules
|
node_modules
|
||||||
example/node_modules
|
example
|
||||||
example/www_static
|
|
||||||
example/www_views
|
|
||||||
example/mobile_app
|
|
|
@ -201,7 +201,7 @@ A javascript library providing server defined loading of assets for a single pag
|
||||||
* css: set tag.media = 'only you';
|
* css: set tag.media = 'only you';
|
||||||
* css: add media in resouces
|
* css: add media in resouces
|
||||||
* Add in browser tests
|
* Add in browser tests
|
||||||
* example: rm from dist and add cordova and use gulp
|
* example: Cache angular template for offline mode.
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
@ -221,6 +221,7 @@ Add unit tests for any new or changed functionality. Lint and test your code.
|
||||||
* Added clearCache function.
|
* Added clearCache function.
|
||||||
* Fixed removed question div on loader error.
|
* Fixed removed question div on loader error.
|
||||||
* Updated example and removed it from npm.
|
* Updated example and removed it from npm.
|
||||||
|
* Added cordova app with example.
|
||||||
|
|
||||||
### 0.1.0
|
### 0.1.0
|
||||||
* Moved options.server.question to options.question.
|
* Moved options.server.question to options.question.
|
||||||
|
|
Loading…
Reference in a new issue