GithubHelp home page GithubHelp logo

Comments (4)

jonschlinkert avatar jonschlinkert commented on July 28, 2024

Hmm, I was going to move the issue over to the handlebars-helpers lib, but I'm not sure if that's related. What version of assemble are you using? Any other details you can share would be great.

from assemble.io.

eurolife avatar eurolife commented on July 28, 2024

Looks like it is v 0.4.42. I'm also running it in a customized version of yo-webapp. So this is happening when I run grunt server or simply grunt assemble. This is what I have added into the grunt file:

// assemble 
    assemble: {
      options: {
            flatten:true,
            partials: ['<%= config.app %>/html/partials/**/*.hbs'],
            layout: ['<%= config.app %>/html/default.hbs'],
            data: ['<%= config.app %>/html/data/*.{json,yml}']
        },
        pages: {
            files: {
                // Assemble from temp into dist
                '<%= config.app  %>/pages': ['<%= config.app  %>/html/*.hbs']
            }
        }
    },

from assemble.io.

jonschlinkert avatar jonschlinkert commented on July 28, 2024

k, it seems it's effecting grunt-assemble users. I'm closing here to move the discussion to the linked issue on grunt-assemble

from assemble.io.

jonschlinkert avatar jonschlinkert commented on July 28, 2024

thanks for the addl info

from assemble.io.

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.