Path is OK if Im on local machine but after deploying to sharepoint it is absolutely wrong.
Is there any option how to ignore path ../../../../../../Program%20Files%20(x86)/Microsoft%20Visual%20Studio%2012.0/Common7/IDE/?
and get this source array"sources":["AjaxProviders/AutocompleteLoader.js","AjaxProviders/ServiceitemSearch.js","XmlHelper.js","FieldIncidentMapper.init.js"],?
source array looks like this:
"sources":["/Assets/Scripts/FieldIncidentMapper/AjaxProviders/AutocompleteLoader.js","/Assets/Scripts/FieldIncidentMapper/AjaxProviders/ServiceitemSearch.js","/Assets/Scripts/FieldIncidentMapper/XmlHelper.js","/Assets/Scripts/FieldIncidentMapper/FieldIncidentMapper.init.js"],
This looks fine but on the server path is not right i deploying files to Style Library folder.
Is there any option how to set default source array path?
I need to achieve path in this form ["/Style Library/Assets/Scripts/FieldIncidentMapper/AjaxProviders/AutocompleteLoader.js","/Style Library/Assets/Scripts/FieldIncidentMapper/AjaxProviders/ServiceitemSearch.js","/Style Library/Assets/Scripts/FieldIncidentMapper/XmlHelper.js","/Style Library/Assets/Scripts/FieldIncidentMapper/FieldIncidentMapper.init.js"],.
Dear All,
Im woking on Sharepoint project where im using Web Essential bundle. Bundle has this files:
with this configuration source array in map file is:
Path is OK if Im on local machine but after deploying to sharepoint it is absolutely wrong.
Is there any option how to ignore path
../../../../../../Program%20Files%20(x86)/Microsoft%20Visual%20Studio%2012.0/Common7/IDE/
? and get this source array"sources":["AjaxProviders/AutocompleteLoader.js","AjaxProviders/ServiceitemSearch.js","XmlHelper.js","FieldIncidentMapper.init.js"],
?if i change configuration to absolute paths:
source array looks like this:
"sources":["/Assets/Scripts/FieldIncidentMapper/AjaxProviders/AutocompleteLoader.js","/Assets/Scripts/FieldIncidentMapper/AjaxProviders/ServiceitemSearch.js","/Assets/Scripts/FieldIncidentMapper/XmlHelper.js","/Assets/Scripts/FieldIncidentMapper/FieldIncidentMapper.init.js"],
This looks fine but on the server path is not right i deploying files to Style Library folder.
Is there any option how to set default source array path?
I need to achieve path in this form
["/Style Library/Assets/Scripts/FieldIncidentMapper/AjaxProviders/AutocompleteLoader.js","/Style Library/Assets/Scripts/FieldIncidentMapper/AjaxProviders/ServiceitemSearch.js","/Style Library/Assets/Scripts/FieldIncidentMapper/XmlHelper.js","/Style Library/Assets/Scripts/FieldIncidentMapper/FieldIncidentMapper.init.js"],
.