Giter VIP home page Giter VIP logo

Comments (5)

guybedford avatar guybedford commented on July 18, 2024

@smajl this sounds like a main needs to be set in the package.json.

You can do this with an override on install with:

  jspm install github:mgcrea/[email protected] -o "{ main: 'dist/angular-strap' }"

What is the .tpl file for?

Let me know if it works and we can add the override into the registry repo here.

from registry.

smajl avatar smajl commented on July 18, 2024

@guybedford Above works for the first file, but angular-strap needs both of them (.tpl contains directives templates). The obvious: jspm install angular-strap -o "{ main: ['dist/angular-strap', 'dist/angular-strap.tpl'] }" does not work. How should I write the override for both of them? Thanks a lot.

from registry.

guybedford avatar guybedford commented on July 18, 2024

@smajl you can shim the main entry point to be dependent on the other file:

  jspm install angular-strap -o "{ main: 'dist/angular-strap', shim: { 'dist/angular-strap': { deps: ['./angular-strap.tpl'] } } }"

from registry.

smajl avatar smajl commented on July 18, 2024

@guybedford Thanks a lot. The final and working command is loading .tpl after the main file:

jspm install angular-strap -o "{ main: 'dist/angular-strap.tpl', shim: { 'dist/angular-strap-tpl': { deps: ['./angular-strap'] } } }"

Angular strap now working and can be imported with import 'angular-strap'.

Just last thing - this override does not seems to get saved anywhere localy. So when someone pulls my project and does jspm install he won't be getting what I am until someone modifies this remote registry. Really looking forward for that ability to put overrides into my local package.json. :D

from registry.

guybedford avatar guybedford commented on July 18, 2024

Sure, but overrides need to be central otherwise we all have different meanings for packages. That's kind of why it isn't easy!

Would you mind posting a PR to the registry for this?

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.