Introduced *-latest files for plugin assets
Change-Id: I1271b0f18ab94b741a063c0b3d9a034a83f7b63c
diff --git a/Gruntfile.js b/Gruntfile.js
index 8fa7819..0b98b75 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -137,6 +137,16 @@
src: 'dev/robots.txt',
dest: 'public/robots.txt',
timestamp: true
+ },
+ {
+ src: 'public/css/kalamar-plugin-<%= pkg.pluginVersion %>.css',
+ dest: 'public/css/kalamar-plugin-latest.css',
+ timestamp: true
+ },
+ {
+ src: 'public/js/korap-plugin-<%= pkg.pluginVersion %>.js',
+ dest: 'public/js/kalamar-plugin-latest.js',
+ timestamp: true
}
]
}