Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaker Islam committed May 9, 2014
1 parent a806b07 commit 28794aa
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
7 changes: 3 additions & 4 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@
<script src="scripts/controllers/versionbrowsermodal.js"></script>
<script src="scripts/services/localstoragebackup.js"></script>
<script src="scripts/controllers/lastmodifiedguardmodal.js"></script>
<script src="scripts/filters/user.js"></script>
<!-- endbuild -->

<script src="bower_components/angular-mocks/angular-mocks.js"></script>
Expand All @@ -156,7 +157,8 @@
DIRECTIVE_PARTIALS_URL: '/views/',
MEDIA_ITEM_PARTIALS_URL: '/cms/api/partials/media_items/',
CACHEBUSTER: '?' + Date.now(),
NAV_LOGO: '/images/onion.png'
NAV_LOGO: '/images/onion.png',
CMS_NAMESPACE: 'Smoove'
});

angular.module('bulbsCmsApp').constant('IMAGE_SERVER_URL', 'http://localimages.avclub.com');
Expand All @@ -175,13 +177,10 @@
// ****** CMS Plugins ****** \\

angular.module('bulbsCmsApp').constant('tar_options', {
namespace: 'Woodruff',
endpoint: '/ads/targeting'
});

angular.module('bulbsCmsApp').constant('promo_options', {
namespace: 'Woodruff',
endpoint: '/cms/api/v1/contentlist/',
upper_limits: {}
});
</script>
Expand Down
6 changes: 3 additions & 3 deletions dist/scripts/scripts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/scripts/templates.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/styles/main.css

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

0 comments on commit 28794aa

Please sign in to comment.