assemble Questions

8

Solved

Hello i programing a react-native which assembleDebug work but assembleRealease dont. i dont know why this happen & i solutions on internet dont work What can i do? > Task :app:copyReactNati...
Louella asked 9/7, 2023 at 20:9

6

Solved

I hope someone can give me a hint. I would like to import content from one file into my handlebar file. Is it possible? In my case, it is an css/scss file (e.g. reset.css) which stylings I want to...
Zabaglione asked 1/2, 2016 at 14:54

3

Solved

Following this answer, I wrote a helper like module.exports.register = function (Handlebars) { Handlebars.registerHelper('ternary', function(test, yes, no) { return test ? yes : no; }); }; I...
Aspect asked 3/4, 2015 at 23:36

1

I am checking this plugin for localisation, but how should I use it after I have included it in my gruntfile.js? it seemed there are some example usage here
Drat asked 30/6, 2014 at 9:28

1

Solved

What does triple curly braces mean in handlebars template syntax? For example {{{variable}}} I cannot find any documentation. Thanks
Betrothal asked 19/7, 2015 at 0:0

9

I have a grunt project backed by a yeoman-generator that I've built based on the generator-webapp, if it's of any help, you can find it on GitHub The grunt project makes us of the grunt-usemin tas...
Cristencristi asked 23/9, 2013 at 17:1

1

I am using assemble.io for a simple static web site but am having issues with the {{title}} tag. Here is a rough overview of the issue. Here is my layout.hbs: <!DOCTYPE html> <html> ...
Refinement asked 23/7, 2014 at 9:21

1

I am creating a custom handlebar helper but it always throws Object #<Object> has no method 'fn' when compiled through the terminal. My handlebar helper is: module.exports.register = funct...
Natation asked 7/7, 2014 at 8:44

1

Solved

I was wondering whether there is a way to combine two [Assemble Math helpers]1 in one operation. For example: I want to do {{multiply 12 a}} and then do {{round}} on the resultant Thanks for a...
Magneton asked 27/3, 2014 at 22:51

2

Solved

I am struggling with the grunt-assemble grunt task configuration which looks like this: assemble: { options: { flatten: false, expand: true, assets: '', layout: 'default.hbs', layoutdir: '...
Lenssen asked 21/11, 2013 at 11:43

1

Solved

All assemble users who uses layouts knows that "{{> body }}" marks the point of insertion of contents of any page who uses the layout. But is it possible to define multiple points of insertions, in...
Breslau asked 5/11, 2013 at 23:3
1

© 2022 - 2024 — McMap. All rights reserved.