Discussions
Activity
Sign In
How it works
Superdesk Development
Grunt - concatenated
Vote Up
0
Vote Down
Trond Husø
June 2020
Posts: 62
Member
When you run grunt build you will eventually see this:
Template "/opt/superdesk/client/node_modules/superdesk-core//opt/superdesk/client/node_modules/superdesk-core/tasks/options/ngtemplates.js" not found.
The fix is:
change:
index: {
cwd: '<%= coreDir %>',
dest: './index.html',
src: __filename, // hack to make ngtemplate work
options: {
bootstrap: () => {
const features = getConfig().features || {};
const buildIndex = require('../../index.html.js');
return buildIndex(features);
},
},
},
to:
index: {
cwd: '<%= coreDir %>',
dest: './index.html',
src: src, // __filename, // hack to make ngtemplate work
options: {
bootstrap: () => {
const features = getConfig().features || {};
const buildIndex = require('../../index.html.js');
return buildIndex(features);
},
},
},
and:
(on line 74):
src: src, // __filename, // hack to make ngtemplate work
Post edited by Trond Husø at 2020-06-15 19:24:24
1 Comment
sorted by
Votes
Date Added
Vote Up
0
Vote Down
Trond Husø
November 2020
Posts: 62
Member
The file to edit is this one:
node_modules/superdesk-core/tasks/options/ngtemplates.js
Add a Comment
Start a New Discussion
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Apply for Membership
Categories
All Discussions
8,397
Sourcefabric
↳
Announcements
25
Newscoop
↳
Newscoop Support
2,189
↳
Newscoop Development
722
↳
Newscoop Security
13
↳
Newscoop Documentation
17
↳
Newscoop Themes
69
Airtime
↳
Airtime Support
3,139
↳
Airtime Development
1,286
↳
Airtime Français
146
↳
Airtime Documentation
14
↳
Airtime Hacks
102
↳
Promote your station!
37
↳
Airtime Security
11
Booktype
↳
Booktype Support
277
↳
Booktype Development
55
↳
Booktype Documentation
7
Superdesk
↳
Superdesk Development
264
↳
Web Publisher
21
Poll
No poll attached to this discussion.
Top Posters
Albert FR
1978
Martin Konecny
1860
Andrey Podshivalov
1526
Voisses Tech
1423
John Chewter
899
Daniel James
844
Roger Wilco
784
hoerich
627
Paul Baranowski
389
Cliff Wang
339