Open tiye opened 11 years ago
➤➤ tree -I jam . ├── coffee ├── index.html ├── lib │ ├── bg.js │ ├── bg.map │ ├── find.js ├── manifest.json ├── package.json
in index.html I wrote:
index.html
<script src="./jam/require.js" data-main="./lib/find"></script>
in find.js I have such code:
find.js
define(function(require, exports) { console.lo(require("ractive")) })
then I found error in my console:
chrome-extension://cffemmeembnmkikanliicdpcoahbkgij/lib/jam/ractive/Ractive.js
which should be:
chrome-extension://cffemmeembnmkikanliicdpcoahbkgij/jam/ractive/Ractive.js
in
index.html
I wrote:in
find.js
I have such code:then I found error in my console:
which should be: