Giter Site home page Giter Site logo

Comments (5)

joeytrapp avatar joeytrapp commented on July 17, 2024

I was out of town this weekend. I'll try and setup a scenario like this and check it out.

from grunt-focus.

Akaryatrh avatar Akaryatrh commented on July 17, 2024

Great, thx for support :)

from grunt-focus.

joeytrapp avatar joeytrapp commented on July 17, 2024

I believe your issue is with Grunt MultiTasks. The way that multitasks work is the entire reason I made grunt-focus. When you specify processhtml:dev, it will only run the dev sub task. When you specify processhtml, then it will run all the sub tasks. I have to assume that processhtml is a multitask because of the way it is referenced.

EDIT: It is a multitask (https://github.com/dciccale/grunt-processhtml/blob/master/tasks/processhtml.js#L17)

from grunt-focus.

Akaryatrh avatar Akaryatrh commented on July 17, 2024

omg I didn't even noticed my error… Of course i should have done this :

htmlWebsite : {
  files: ['src/**/*.html'],
  tasks: ['processhtml:website', 'merge-json', 'replace', 'notify:watch']
}

Really sorry for inconvenience :^/

from grunt-focus.

joeytrapp avatar joeytrapp commented on July 17, 2024

Not a problem, glad I can help.

from grunt-focus.

Related Issues (3)

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.