Git Product home page Git Product logo

Comments (7)

friksa avatar friksa commented on May 14, 2024 2

Was not sure if someone looked at closed issues, so I created a new one for this. Thanks!

from angular-seed-advanced.

NathanWalker avatar NathanWalker commented on May 14, 2024 1

Thanks @vincentpalita , indeed since this seed mirrors it's parent, the process is exactly the same 👍

from angular-seed-advanced.

vincentpalita avatar vincentpalita commented on May 14, 2024

@mshahin364 look here: https://github.com/mgechev/angular2-seed/wiki/Add-external-scripts-and-styles

from angular-seed-advanced.

mshahin364 avatar mshahin364 commented on May 14, 2024

Thanks @vincentpalita, It's helped me.

from angular-seed-advanced.

vincentpalita avatar vincentpalita commented on May 14, 2024

@mshahin364: Glad it helped you!

from angular-seed-advanced.

friksa avatar friksa commented on May 14, 2024

I followed the steps at https://github.com/mgechev/angular2-seed/wiki/Add-external-scripts-and-styles for jquery. Did a npm --save install jquery and I can see it installed under node_modules.

The issue is that list/dev/node_modules does not have a copy of jquery. I even tried npm run build.dev

What else do I need to configure to get jquery into the distribution?

Thanks for a great project!!

from angular-seed-advanced.

vincentpalita avatar vincentpalita commented on May 14, 2024

@friksa : did you add the dependency in the project.config.ts file as mentioned?

The dist/dev should never contain any node_modules. SystemJS will do the linkings for you in development mode, then when building it will package the files for you from the node_modules folder.

from angular-seed-advanced.

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.