Git Product home page Git Product logo

Comments (4)

curist avatar curist commented on September 26, 2024

I can't reproduce this issue using the same configuration. Everything work fine here.
Can you provide a minimal code example that reproduce this behavior?

from grunt-bower.

Toruk avatar Toruk commented on September 26, 2024

Well I don't know what code example I could give you but I can say I'm running v0.20.0 of your plug-in, and here is my file structure for the jquery-validation folder (there are too many files so I only show the ones at the root):

C:\GIT\******\SRC\******\BOWER_COMPONENTS\JQUERY-VALIDATION
│   .bower.json
│   .gitattributes
│   .gitignore
│   .travis.yml
│   additional-methods.js
│   changelog.txt
│   CONTRIBUTING.md
│   Gruntfile.js
│   jquery.validate.js
│   package.json
│   README.md
│   todo
│   validation.jquery.json
│
├───demo
│   ├───captcha
│   │   ├───fonts
│   │   └───images
│   ├───css
│   ├───images
│   ├───login
│   │   └───images
│   ├───marketo
│   │   └───images
│   ├───milk
│   ├───multipart
│   │   └───js
│   ├───tabs
│   └───tinymce
│       └───themes
│           └───simple
│               ├───img
│               ├───langs
│               └───skins
│                   └───default
├───lib
├───localization
└───test
    ├───firebug
    ├───qunit
    └───selects

And the one for wwwroot/js:

C:\GIT\******\SRC\******\WWWROOT\JS
│   amcharts.js
│   angular-animate.js
│   angular-aria.js
│   angular-local-storage.js
│   angular-material.js
│   angular-route.js
│   angular-sanitize.js
│   angular-translate.js
│   angular.js
│   app.js
│   bootstrap-slider.js
│   bootstrap-touch-carousel.js
│   bootstrap.js
│   d3.js
│   d3pie.min.js
│   dev.js
│   functions.js
│   hammer.js
│   http-auth-interceptor.js
│   jquery.form.js
│   jquery.js
│   jquery.signalR.js
│   jquery.unobtrusive-ajax.js
│   jquery.validate.unobtrusive.js
│   jquery.validate.unobtrusive.min.js
│   marked.js
│   moment.js
│   pie.js
│   serial.js
│   simplebar.js
│   svgxuse.js
│   test.js
│   tether.js
│   ui-bootstrap-tpls.js
│
├───controllers
│       (...)
│
├───datas
│       (...)
│
└───services
│       (...)

I hope this can help you, I don't know what else I could give as you already have my grunt task...
Thank you !

from grunt-bower.

curist avatar curist commented on September 26, 2024

try this

git clone [email protected]:4e13a2c6c5bac868e07aa9cb9ca03dcf.git foo
cd foo
npm i
bower i jquery-validation
grunt

and check if jquery.validate.js is in wwwroot folder.

from grunt-bower.

Toruk avatar Toruk commented on September 26, 2024

Yes, it does!

from grunt-bower.

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.