From 95ee2260f8207b944f80f0ec8afe81393b113fdd Mon Sep 17 00:00:00 2001 From: shinout Date: Tue, 12 Jan 2016 02:34:37 +0900 Subject: [PATCH] changed doc dir --- .bmp.yml | 2 -- Gruntfile.coffee | 5 +---- README.md | 2 +- 3 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.bmp.yml b/.bmp.yml index d66ccf6..3e1626c 100644 --- a/.bmp.yml +++ b/.bmp.yml @@ -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)' diff --git a/Gruntfile.coffee b/Gruntfile.coffee index dc8f358..394a282 100644 --- a/Gruntfile.coffee +++ b/Gruntfile.coffee @@ -1,7 +1,4 @@ - -currentVersion = 'v1.0.1' - module.exports = (grunt) -> grunt.config.init @@ -60,7 +57,7 @@ module.exports = (grunt) -> extension: '.coffee' master: options: - outdir: "doc/#{currentVersion}" + outdir: "doc" grunt.registerTask 'titaniumify', -> diff --git a/README.md b/README.md index 8f2231f..1ec9277 100644 --- a/README.md +++ b/README.md @@ -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