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 8, 2014
1 parent b270514 commit bcce7af
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
<script src="scripts/controllers/contentworkflow.js"></script>
<script src="scripts/controllers/trashcontentmodal.js"></script>
<script src="scripts/controllers/pubtimemodal.js"></script>
<script src="scripts/controllers/imagecropmodal.js"></script>
<script src="scripts/controllers/loginmodal.js"></script>
<script src="scripts/controllers/unpublish.js"></script>

Expand All @@ -118,7 +119,10 @@

<script src="scripts/libraries/editor-cms-bridge.js"></script>

<script src="scripts/modules/betty-cropper.js"></script>

<script src="scripts/services/if-exists-else.js"></script>
<script src="scripts/services/openimagecropmodal.js"></script>
<script src="scripts/services/bulbsapi.js"></script>
<script src="scripts/services/contentapi.js"></script>
<script src="scripts/services/reviewapi.js"></script>
Expand All @@ -139,6 +143,9 @@


<script type="text/javascript">
angular.module('BettyCropper').constant('IMAGE_SERVER_URL', 'http://localimages.avclub.com');
angular.module('BettyCropper').constant('BC_API_KEY', 'http://localimages.avclub.com');

angular.module('bulbsCmsApp').constant('routes', {
IMAGE_SERVER_URL: 'http://localimages.avclub.com/avclub/',
BC_ADMIN_URL: 'http://localimages.avclub.com/avclub/',
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 bcce7af

Please sign in to comment.