Git Product home page Git Product logo

Comments (3)

NicolasRannou avatar NicolasRannou commented on August 16, 2024 1

Yes it is not published to bower, however you can just get it from Github with bower:

bower install FNNDSC/AMI#master

#master is the latest release, you can also target specific tags like.

bower install FNNDSC/AMI#v0.0.8"

Please re-open if something doesn't work.

Thanks for filling the report!

from ami.

PunkHaz4rd avatar PunkHaz4rd commented on August 16, 2024

So I have installed it with bower, though I stumble when I try to integrate it with gulp.

I understand the need to use browserify and stuff, but I don't really know how to integrate them in my tasks.

The way it is now, I use bowerFiles(), and in production, there's a bug with ngAnnotate.
How should I include the build of the library in this kind of task :

pipes.builtVendorScriptsDev = function() {
    return gulp.src(bowerFiles())
    .pipe(gulp.dest('dist.dev/bower_components'));
};

Thanks

from ami.

NicolasRannou avatar NicolasRannou commented on August 16, 2024

The easy way is just to use the already browserified version (that still needs to be optimized though...)

Just include dist/ami.js in your app then use AMI as we do in the lessons.

For instance: http://jsfiddle.net/gh/get/library/pure/fnndsc/ami/tree/master/lessons/01#run

from ami.

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.