clientscript subdirs referenced in web config do not exist?

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
8/25/2011 5:45:58 AM
Gravatar
Total Posts 133
J

clientscript subdirs referenced in web config do not exist?

Studying the web.config and other stuff while preparing to attempt a deloyment from VS2010 to our staging server I noticed a few subdirs of /clientscript that are referenced in the default web.config that do not exist in my source. (HG source 2 weeks old)

/Cleintscript/jquery142/
/Cleintscript/jQueryUIBasepath/
/Cleintscript/swfobject/
/Cleintscript/swfobject/2.2/

Does this matter? If this is a dumb question sorry I am new to .NET/VS2010 though I have many years of Web/Database experience.

Congratulations of the CMS award - well deserved.

Cheers

John

8/25/2011 6:57:44 AM
Gravatar
Total Posts 18439

Re: clientscript subdirs referenced in web config do not exist?

Hi John,

By default we load those javascripts from the google CDN, those path settings would only be used if you host the files locally instead of using the CDN.

fyi, we have not won the award yet, currently it is the nomination phase, if we get enough nominations we will become a finalist and then there will be a voting stage and finally a phase where judges decide on the winners. Nominations are open until Sept 9 so we are trying to get as many nominations as possible.

Best,

Joe

8/25/2011 8:44:27 AM
Gravatar
Total Posts 133
J

Re: clientscript subdirs referenced in web config do not exist?

Thanks I though that would be the case. BTW I had changed the Tiny MCE entry as it was wrong in the source.

Ah RE the award I must have misread a tweet from somewhere this morning - it was about 5AM here so I wasn't at my best. ;) I was sure it said winner of 'Best other CMS' 

Off to try a deployment to my staging server - you may be hearing again today!

J

 

8/25/2011 8:51:15 AM
Gravatar
Total Posts 18439

Re: clientscript subdirs referenced in web config do not exist?

I'm not sure what you mean about the TinyMCE being wrong, it is correct in my copy.

<add key="TinyMCE:BasePath" value="~/ClientScript/tiny_mce344/"/>

This is correct for the latest version of the source code in the repository.

We won Best Other Open Source CMS back in 2007, I saw the same tweet but I'm not sure why someone decided to blog or tweet about it as if it were current.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.