Skip to content

Commit

Permalink
Include srcPlatform in build.
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
Paul-E committed Jun 27, 2014
1 parent 8f44abe commit 22ad954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ module.exports = function(grunt) {
FILES.lib
.concat(promise_lib)
.concat(FILES.srcCore)
.concat(FILES.srcPlatform)
.concat("src/backgroundframe-link.js")
.concat('providers/*.js')
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "freedom-for-firefox",
"description": "Embracing a distributed web",
"version": "0.3.1",
"version": "0.3.2",
"homepage": "http://freedomjs.org",
"bugs": {
"url": "http://github.com/freedomjs/freedom-for-firefox/issues",
Expand Down

0 comments on commit 22ad954

Please sign in to comment.