Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
changed doc dir
Browse files Browse the repository at this point in the history
  • Loading branch information
shinout committed Jan 11, 2016
1 parent 9917ace commit 95ee226
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .bmp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,3 @@ version: 1.0.1
files:
package.json: '"version": "%.%.%",'
bower.json: '"version": "%.%.%",'
Gruntfile.coffee: currentVersion = 'v%.%.%'
README.md: '[latest API documentation Page](http://cureapp.github.io/loopback-promised/doc/v%.%.%/index.html)'
5 changes: 1 addition & 4 deletions Gruntfile.coffee
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@


currentVersion = 'v1.0.1'

module.exports = (grunt) ->

grunt.config.init
Expand Down Expand Up @@ -60,7 +57,7 @@ module.exports = (grunt) ->
extension: '.coffee'
master:
options:
outdir: "doc/#{currentVersion}"
outdir: "doc"


grunt.registerTask 'titaniumify', ->
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

loopback-promised is an HTTP client for StrongLoop Loopback using __ES6 Promise__ Available in __Web__, __Node.js__ and __Titanium__.

[latest API documentation Page](http://cureapp.github.io/loopback-promised/doc/v1.0.1/index.html)
[latest API documentation Page](http://cureapp.github.io/loopback-promised/doc/index.html)

## Installation

Expand Down

0 comments on commit 95ee226

Please sign in to comment.