Skip to content
This repository has been archived by the owner on May 25, 2018. It is now read-only.

Commit

Permalink
Updated docs and the way they are run and built. Hopefully this will …
Browse files Browse the repository at this point in the history
…update the doc sources on gh-pages.
  • Loading branch information
amanpatel committed Dec 30, 2015
1 parent aea44c5 commit 3418a25
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5,298 deletions.
5,297 changes: 5 additions & 5,292 deletions build/build-docs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/build-docs.js.map

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ <h1>VueStrap</h1>
<p>Code licensed under <a href="//github.com/mgcrea/angular-strap/blob/master/LICENSE.md" target="_blank">The MIT License</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> </p>
</div>
</footer>
<script src="node_modules/vue/dist/vue.js"></script>
<script src="static/build.js"></script>
<!-- using cdn version here so it works under gh-pages -->
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/1.0.13/vue.min.js"></script>
<script src="build/build-docs.js"></script>

</body>
</html>
6 changes: 3 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ var path = require('path')
module.exports = {
entry: './docs/index.js',
output: {
path: './static',
publicPath: '/static/',
filename: 'build.js'
path: './build',
publicPath: '/build/',
filename: 'build-docs.js'
},
resolve: {
root: path.resolve('./')
Expand Down

0 comments on commit 3418a25

Please sign in to comment.