Skip to content

Commit

Permalink
Merge pull request #56 from javiercejudo/dep-upgrade
Browse files Browse the repository at this point in the history
Dep upgrade
  • Loading branch information
javiercejudo committed Dec 6, 2014
2 parents e4bf3c1 + 09cfb02 commit 042c0db
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"tests"
],
"devDependencies": {
"angular-mocks": "1.3.0",
"angular-scenario": "1.3.0"
"angular-mocks": "1.3.5",
"angular-scenario": "1.3.5"
},
"dependencies": {
"angular": "1.3.0",
"angular-route": "1.3.0",
"angular-sanitize": "1.3.0",
"angular-touch": "1.3.0",
"angular-animate": "1.3.0",
"angular": "1.3.5",
"angular-route": "1.3.5",
"angular-sanitize": "1.3.5",
"angular-touch": "1.3.5",
"angular-animate": "1.3.5",
"angularfire": "~0.8.2",
"ngstorage": "~0.3.0",
"jquery": "~2.1.0",
Expand Down
8 changes: 4 additions & 4 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion gulp-tasks/manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gulp.task('manifest', function () {
fontsURL = assetsURL + '/' + paths.fonts;

Object.keys(revManifest).forEach(function(filename) {
assetsRev.push(assetsURL + '/' +revManifest[filename]);
assetsRev.push(assetsURL + '/' + revManifest[filename]);
});

options = {
Expand Down
2 changes: 1 addition & 1 deletion jcConfig.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var constants, paths;

constants = {
ASSETS_URL: '//dxnqhjr6ye2au.cloudfront.net'
ASSETS_URL: process.env.ASSETS_URL || 'build'
};

paths = {
Expand Down

0 comments on commit 042c0db

Please sign in to comment.