<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to update CSS changes? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246421#M15362</link>
    <description>&lt;P&gt;If you are using Chrome,then install also the extension Clear Cache 1.1.2 created by Benjamin Bojko. With one click on the icon in the taskbar you will clear your browser cache and reload the page (reload the page after clearing the cache is an option ). &lt;/P&gt;</description>
    <pubDate>Wed, 28 Dec 2016 09:00:21 GMT</pubDate>
    <dc:creator>pwesterbeek</dc:creator>
    <dc:date>2016-12-28T09:00:21Z</dc:date>
    <item>
      <title>How to update CSS changes?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246414#M15355</link>
      <description>&lt;P&gt;In working through my first custom app creation, I couldn't get my CSS changes to be applied.  I tried the &lt;CODE&gt;_bump&lt;/CODE&gt; and &lt;CODE&gt;debug/refresh&lt;/CODE&gt; as described here to no avail:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/AdvancedDev/CustomizationOptions"&gt;http://docs.splunk.com/Documentation/Splunk/6.4.1/AdvancedDev/CustomizationOptions&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Then I tried restarting Splunk, but that didn't work either.  I found that after restarting Splunk (restarting just the web service works - &lt;CODE&gt;/bin/splunk restart splunkweb&lt;/CODE&gt;), I additionally had to refresh the Chrome cache by pressing 'Ctrl-R'.  Once I did that, it worked fine.&lt;/P&gt;

&lt;P&gt;My concern is:  if we make a change to the app, will all end users have to refresh their Chrome cache too in order to see the changes?  I'm guessing the Chrome cache will clear out after some short period, so this may not be an issue.  But is there a way to push this CSS update through Splunk so that it avoids this extra Chrome step during development or by end users?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 13:58:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246414#M15355</guid>
      <dc:creator>wcooper003</dc:creator>
      <dc:date>2016-07-07T13:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to update CSS changes?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246415#M15356</link>
      <description>&lt;P&gt;During development, if you reload the page with Developer Tools open in Chrome, always loads the latest version. I've never had this issue with end users, unless they have a session open.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 16:22:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246415#M15356</guid>
      <dc:creator>sundareshr</dc:creator>
      <dc:date>2016-07-07T16:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to update CSS changes?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246416#M15357</link>
      <description>&lt;P&gt;Thanks for the feedback, good to know it shouldn't be an issue.  &lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 16:30:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246416#M15357</guid>
      <dc:creator>wcooper003</dc:creator>
      <dc:date>2016-07-07T16:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to update CSS changes?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246417#M15358</link>
      <description>&lt;P&gt;Here are some other helpful settings to add to &lt;A href="http://docs.splunk.com/Documentation/Splunk/6.4.1/Admin/Webconf"&gt;web.conf&lt;/A&gt; if you're doing development. I wouldn't recommend these for a production search head though.&lt;/P&gt;

&lt;PRE&gt;[settings]
minify_js = False
minify_css = False
js_no_cache = True
cacheEntriesLimit = 0
cacheBytesLimit = 0
enableWebDebug = True&lt;/PRE&gt;</description>
      <pubDate>Thu, 07 Jul 2016 17:01:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246417#M15358</guid>
      <dc:creator>shaskell_splunk</dc:creator>
      <dc:date>2016-07-07T17:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to update CSS changes?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246418#M15359</link>
      <description>&lt;P&gt;Some CSS changes will require that you flush your browser cache - &lt;A href="https://support.google.com/accounts/answer/32050?hl=en"&gt;https://support.google.com/accounts/answer/32050?hl=en&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;It depends on the type of changes that you are making, normally debug/refresh and _bump are enough,&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 17:14:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246418#M15359</guid>
      <dc:creator>jdonn_splunk</dc:creator>
      <dc:date>2016-07-07T17:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to update CSS changes?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246419#M15360</link>
      <description>&lt;P&gt;Thanks that's helpful to know for developing.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 17:22:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246419#M15360</guid>
      <dc:creator>wcooper003</dc:creator>
      <dc:date>2016-07-07T17:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to update CSS changes?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246420#M15361</link>
      <description>&lt;P&gt;Good to know some changes require a flush, i wondered why the debug/refresh and _bump weren't working at all.  At least I know I wasn't doing something obviously wrong.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Jul 2016 17:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246420#M15361</guid>
      <dc:creator>wcooper003</dc:creator>
      <dc:date>2016-07-07T17:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to update CSS changes?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246421#M15362</link>
      <description>&lt;P&gt;If you are using Chrome,then install also the extension Clear Cache 1.1.2 created by Benjamin Bojko. With one click on the icon in the taskbar you will clear your browser cache and reload the page (reload the page after clearing the cache is an option ). &lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 09:00:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246421#M15362</guid>
      <dc:creator>pwesterbeek</dc:creator>
      <dc:date>2016-12-28T09:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to update CSS changes?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246422#M15363</link>
      <description>&lt;P&gt;If you are using Chrome,then install also the extension Clear Cache 1.1.2 created by Benjamin Bojko. With one click on the icon in the taskbar you will clear your browser cache and reload the page (reload the page after clearing the cache is an option ). &lt;/P&gt;</description>
      <pubDate>Wed, 28 Dec 2016 09:01:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-update-CSS-changes/m-p/246422#M15363</guid>
      <dc:creator>pwesterbeek</dc:creator>
      <dc:date>2016-12-28T09:01:26Z</dc:date>
    </item>
  </channel>
</rss>

