Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1575 from adobe/jrb/remove-nocache
Browse files Browse the repository at this point in the history
revert pull #1555 (Fixed reload problem for extensions) -- using nocache causes problems with breakpoints
  • Loading branch information
redmunds committed Sep 6, 2012
2 parents 0cdc538 + 5dc32b1 commit c321198
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/ExtensionLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ define(function (require, exports, module) {
extensionRequire = brackets.libRequire.config({
context: name,
baseUrl: config.baseUrl,
// Force extensions to not be cached by passing a unique value (time) as a URL argument
urlArgs: "nocache=" + (new Date()).getTime(),
/* FIXME (issue #1087): can we pass this from the global require context instead of hardcoding twice? */
paths: globalConfig,
locale: window.localStorage.getItem("locale") || brackets.app.language
Expand Down

0 comments on commit c321198

Please sign in to comment.