Skip to content

Commit

Permalink
Add prebuilt files ready for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Sep 11, 2014
1 parent 8324fcd commit 1f616dd
Show file tree
Hide file tree
Showing 4 changed files with 2,673 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ module.exports = function (grunt) {
files: {
own: ["Gruntfile.js", "src/**/*.js", "test/**/*-test.js"],
main: "src/mopidy.js",
concat: "../mopidy/http/data/mopidy.js",
minified: "../mopidy/http/data/mopidy.min.js"
concat: "dist/mopidy.js",
minified: "dist/mopidy.min.js"
}
},
buster: {
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ files are available at:

You may need to adjust hostname and port for your local setup.

In the source repo, you can find the files at:
In the Mopidy.js source repo, you can find the files at:

- `mopidy/http/data/mopidy.js`
- `mopidy/http/data/mopidy.min.js`
- `dist/mopidy.js`
- `dist/mopidy.min.js`


Getting it for Node.js use
Expand Down
Loading

0 comments on commit 1f616dd

Please sign in to comment.