Coder Social home page Coder Social logo

Comments (5)

jonschlinkert avatar jonschlinkert commented on May 27, 2024

Sounds like the task isn't being loaded. Are you using something like load-grunt-tasks? If so, it will only load tasks with the name grunt, so you have to add it to the gruntfile. e.g

grunt.loadNpmTasks('assemble-less');

from assemble-less.

ethyde avatar ethyde commented on May 27, 2024

Ok, it's work ! :)
But now i have the following error with assemble-less : "Warning: An error occurred while processing a template (Cannot read property 'dest' of undefined). Use --force to continue" but not with grunt-contrib-less

from assemble-less.

jonschlinkert avatar jonschlinkert commented on May 27, 2024

It sounds like a lodash template issue. something in your config is defined wrong. Do a search for .dest in the gruntfile (and any config files that you have, e.g. grunt.file.readJSON('foo.json')), you might see the inconsistency.

If you can't find it, try using real filepaths for dest values, instead of config templates until you find which one is causing it. (e.g. do foo/bar/*.html instead of <%= foo.bar %>/*.html.

from assemble-less.

ethyde avatar ethyde commented on May 27, 2024

All right Thanks for all ! :)

from assemble-less.

jonschlinkert avatar jonschlinkert commented on May 27, 2024

no prob!

from assemble-less.

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.