By Dominique on Monday, 16 February 2015
Posted in General
Replies 13
Likes 0
Views 1K
Votes 0
I have used EasySocial to build a new social platform and did a lot of customization which could not be built using the described method of extending easysocial and I really like the way things are setup from a coding perspective. I changed several files in de /media/com_easysocial/scripts/ folder to my needs and would like to compile these changes into a new easysocial-x.x.x.static.js. I don't use the updates and know I loose support from you by not updating but simply put, I cann't anyways due to the heavy customization. I see that the Foundry framework is able to compile the javascript files and I was hoping you could tell me how to initiate that? It looks some CLI files are missing for this but if you can give me some pointers as to how to do this I would really appreciate that!!
Hello Dominique,

You can run this URL to compile JS: http://www.yoursite.com/index.php?option=com_easysocial&compile=true&minify=true .
·
Monday, 16 February 2015 10:10
·
0 Likes
·
0 Votes
·
0 Comments
·
ow!? wow, it's that easy I tried it and indeed the files are recompiled. Thanks for your fast response.
·
Monday, 16 February 2015 15:34
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Dominique,

You're welcome.
·
Monday, 16 February 2015 17:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nick,

Is there also an easy way to compile the Foundry javascript files?

Regards,
Dominique
·
Saturday, 28 February 2015 23:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Dominique,

It looks like your account isn't tied up with any subscriptions on our site. Is there any mistake on our end? Would it be possible for you to contact us at https://crm.stackideas.com and provide us with the order reference and your username so that we can fix this up for you?
·
Sunday, 01 March 2015 03:30
·
0 Likes
·
0 Votes
·
0 Comments
·
I guess it is. I am working for a customer who has purchased the license. I'll contact him and ask for the order reference.
·
Sunday, 01 March 2015 04:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Sure
·
Sunday, 01 March 2015 14:33
·
0 Likes
·
0 Votes
·
0 Comments
·
Is Foundry javascript files easy to compile?
·
Tuesday, 10 March 2015 14:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Vijay,

Yes, it is very easy.
·
Tuesday, 10 March 2015 15:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi mark, i can't seem to get my files for easy social minified, they compile successfully but just the minifying that errors! Can you assist please? I get Error: 0 No HTTP response from server
·
Thursday, 30 June 2016 23:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Try open this file -> JoomlaFolder\media\foundry\4.0\libraries\closure.php



// LINE 33
const URL = 'http://deployer.stackideas.com:1280';

//replace with

const URL = 'http://oauth.stackideas.com/compiler';


and run the compile url and see how it goes?
·
Friday, 01 July 2016 00:03
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi thanks that worked, but could you inform me as to why that worked? I had the same issue with compiling easydiscuss, and you guys gave me the same fix and it work. Does that address you gave me above come with a newer version of easy social / discuss, is it because mine is outdated?
·
Friday, 01 July 2016 14:53
·
0 Likes
·
0 Votes
·
0 Comments
·
I will discuss with our developer regarding this.
·
Friday, 01 July 2016 15:22
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post