This repository was archived by the owner on Jan 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
This repository was archived by the owner on Jan 12, 2023. It is now read-only.
This plugin is broken #19
Copy link
Copy link
Open
Description
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
testThe 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.
Metadata
Metadata
Assignees
Labels
No labels