This is a migrated thread and some comments may be shown as answers.

DEBUG / RELEASE

3 Answers 53 Views
General Discussion
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Lukas
Top achievements
Rank 1
Lukas asked on 24 Mar 2013, 02:06 PM
I saw that the solution (workspace) item has the option "Build Settings" like in Visual Studio.

I think it will be really important to be able to target release and debug builds. cordova has a special targeting mechanism for android and ios, so why not be able to do the same thing for release and debug.

furthermore, is it possible to implement features that would make some build options possible? I saw already that there is no "project file" or something like this I know from Visual Studio. I have in VIsual Studio  some build options that enables me to combine js files and minify them. Something like this would be necessary, as you dont allow to change / update files externally, which would be necessary for minifing scripts. Right now I would have to export all files, minify them, and manually import every of those files. Thats really hard.

3 Answers, 1 is accepted

Sort by
0
Steve
Telerik team
answered on 25 Mar 2013, 04:23 PM
Hello Lukas,

Thank you for your interest in Icenium and up to your questions:
  1. The Build Settings option does exactly what you suggest. Can you elaborate what is your expectation?
  2. Please use our feedback portal to submit features you find missing or vote for an existing one (e.g. Script and css minifying). We monitor the portal regularly and prioritize our backlog accordingly.

All the best,
Steve
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
0
Lukas
Top achievements
Rank 1
answered on 25 Mar 2013, 04:34 PM
Well,

if i create test.release.js and test.debug.js and call insert it as script tag in index.html using "test.js" it does not work.
In Graphite it even does not combine visually those two files as it works with cordova.
0
Steve
Telerik team
answered on 25 Mar 2013, 04:53 PM
Hi Lukas,

Thanks for clarifying what is your user case and it is again a subject for our feedback portal. We see that your IDE of choice is Visual Studio and it is natural that you point things that you're used to work with and miss in our offering. We've already had a few users suggesting Visual Studio extension as a possible solution to such woes, and we are not dismissing this as possible outcome for future version of Icenium.

Thank you for the valuable feedback!

Kind regards,
Steve
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Tags
General Discussion
Asked by
Lukas
Top achievements
Rank 1
Answers by
Steve
Telerik team
Lukas
Top achievements
Rank 1
Share this question
or