Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

This plugin is broken #19

Open
dominikwilkowski opened this issue Jan 28, 2016 · 0 comments
Open

This plugin is broken #19

dominikwilkowski opened this issue Jan 28, 2016 · 0 comments

Comments

@dominikwilkowski
Copy link

Running "liquid:WBC" (liquid) task
Verifying property liquid.WBC exists in config...OK
Files: .temp/WBC/html/pages/index.liquid -> PROD/WBC/index.html
Files: .temp/WBC/html/pages/landing-result-branch.liquid -> PROD/WBC/landing-result-branch.html
Files: .temp/WBC/html/pages/landing-with-location-service-options.liquid -> PROD/WBC/landing-with-location-service-options.html
Files: .temp/WBC/html/pages/landing-with-location-service.liquid -> PROD/WBC/landing-with-location-service.html
Files: .temp/WBC/html/pages/landing-without-location-service.liquid -> PROD/WBC/landing-without-location-service.html
Warning: Cannot find module 'q' Use --force to continue.
liquid: {
    options: {
            includes: '<%= SETTINGS.folder.temp %>/WBC/html/_includes/',
            products: [
                {
                    name: "Wonderflonium",
                    price: "$9.99",
                    description: "Great for building freeze rays!",
                },
            ],
        },
    WBC: {

        files: [{
            cwd: '<%= SETTINGS.folder.temp %>/WBC/html/pages/',
            src: '*.liquid',
            dest: '<%= SETTINGS.folder.prod %>/WBC/',
            ext: '.html',
            expand: true,
            flatten: false,
        }],
    },
},

pages/index.liquid

{% include searchbox-branch %}

_includes/searchbox-branch.liquid

test

The liquid-node version that was installed is "version": "2.0.0" and the grunt-liquid version "version": "2.0.1"

I'm giving up on this now. Hope it helps someone.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant