diff options
| author | Marc Florisson | 2015-06-19 16:40:32 +0200 | 
|---|---|---|
| committer | Marc Florisson | 2015-06-19 16:40:32 +0200 | 
| commit | 79dd8a205062b60c4188b977af0a5003751a288d (patch) | |
| tree | e5e477d3cb8535f8f4b2ba4a38088f015b7c20fb | |
| parent | 6623ae62a071b99c9cb8e5a9454c791cf1bdbbd4 (diff) | |
| download | chouette-core-79dd8a205062b60c4188b977af0a5003751a288d.tar.bz2 | |
openlayers assets are non digest. Mantis 36988
| -rw-r--r-- | lib/tasks/assets_nondigest.rake | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/assets_nondigest.rake b/lib/tasks/assets_nondigest.rake index 9ce1bc49e..c517be7fa 100644 --- a/lib/tasks/assets_nondigest.rake +++ b/lib/tasks/assets_nondigest.rake @@ -5,7 +5,7 @@ require 'fileutils'  desc "Create nondigest versions of map assets"  task "assets:precompile" do    fingerprint = /\-[0-9a-f]{32}\./ -  for file in Dir["public/assets/map/**/*"] +  for file in Dir["public/assets/{map,openlayers}/**/*"]      next unless file =~ fingerprint      nondigest = file.sub fingerprint, '.'      FileUtils.cp file, nondigest, verbose: true  | 
