Giter VIP home page Giter VIP logo

Comments (4)

guybedford avatar guybedford commented on August 17, 2024

In this example, the file "js/bootstrap.js" in the bootstrap package is being made to be dependent on jquery and the css file. It is as if we wrote the following at the top of the file:

import 'jquery';
import '../css/bootstrap.css!';
... rest of bootstrap ...

Of course in a way that can work with any module format.

from registry.

trusktr avatar trusktr commented on August 17, 2024

@guybedford Sweeet, thanks. So based on that bootstrap override, is it the dependencies: property that causes my config.js to contain something like the following?

System.config({
  "map": {
    "bootstrap": "github:twbs/bootstrap@^3.2.0",
    "github:twbs/[email protected]": {
      "css": "github:systemjs/plugin-css@^0.1.0",
      "jquery": "github:components/jquery@^2.1.1"
    }
});

I'm wondering because in jspm/jspm-cli#173 I don't see the dependencies of my command line override appearing anywhere. Should they appear in my config.js file? All I see in config.js is this:

    "jquery-tooltipster": "github:iamceege/tooltipster@^3.2.6"

Should I instead see something like

    "jquery-tooltipster": "github:iamceege/tooltipster@^3.2.6"
    "github:iamceege/tooltipster@^3.2.6": {
      "jquery": "github:components/jquery@^2.1.1"
    }

?

from registry.

trusktr avatar trusktr commented on August 17, 2024

As I discovered in jspm/jspm-cli#175, I was missing the registry property in my override. After including registry: "jspm" then config.js contains the proper dependencies.

from registry.

guybedford avatar guybedford commented on August 17, 2024

Great, they are also stored in the package.json by default as you install.

from registry.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.