Show More
@@ -11,5 +11,5 b' module.exports = function(grunt) {' | |||
|
11 | 11 | grunt.loadNpmTasks('grunt-crisper'); |
|
12 | 12 | grunt.loadNpmTasks('grunt-contrib-copy'); |
|
13 | 13 | |
|
14 |
grunt.registerTask('default', ['less:production', 'less:components', 'concat:polymercss', 'copy', 'concat:dist', 'vulcanize' |
|
|
14 | grunt.registerTask('default', ['less:production', 'less:components', 'concat:polymercss', 'copy', 'concat:dist', 'vulcanize']); | |
|
15 | 15 | }; |
@@ -16,7 +16,7 b'' | |||
|
16 | 16 | "main": { |
|
17 | 17 | "expand": true, |
|
18 | 18 | "cwd": "bower_components", |
|
19 |
"src": "webcomponentsjs/webcomponents |
|
|
19 | "src": "webcomponentsjs/webcomponents*.*", | |
|
20 | 20 | "dest": "<%= dirs.js.dest %>/vendors" |
|
21 | 21 | } |
|
22 | 22 | }, |
@@ -1,5 +1,4 b'' | |||
|
1 | 1 | <!-- required for stamped out templates that might use common elements --> |
|
2 | <link rel="import" href="rhodecode-legacy-js/rhodecode-legacy-js.html"> | |
|
3 | 2 | <link rel="import" href="../../../../../bower_components/iron-ajax/iron-ajax.html"> |
|
4 | 3 | <link rel="import" href="shared-styles.html"> |
|
5 | 4 | <link rel="import" href="channelstream-connection/channelstream-connection.html"> |
@@ -28,7 +28,6 b" c.template_context['default_user'] = {" | |||
|
28 | 28 | <html xmlns="http://www.w3.org/1999/xhtml"> |
|
29 | 29 | <head> |
|
30 | 30 | <script src="${h.asset('js/vendors/webcomponentsjs/webcomponents-lite.js', ver=c.rhodecode_version_hash)}"></script> |
|
31 | <link rel="import" href="${h.asset('js/rhodecode-components.html', ver=c.rhodecode_version_hash)}"> | |
|
32 | 31 | <title>${self.title()}</title> |
|
33 | 32 | <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> |
|
34 | 33 | |
@@ -101,7 +100,8 b" c.template_context['default_user'] = {" | |||
|
101 | 100 | <script language="javascript" type="text/javascript" src="${h.asset('js/rhodecode/routes.js', ver=c.rhodecode_version_hash)}"></script> |
|
102 | 101 | <script> var alertMessagePayloads = ${h.flash.json_alerts(request=request)|n}; </script> |
|
103 | 102 | ## avoide escaping the %N |
|
104 |
<script language="javascript" type="text/javascript" src="${h.asset('js/ |
|
|
103 | <script language="javascript" type="text/javascript" src="${h.asset('js/scripts.js', ver=c.rhodecode_version_hash)}"></script> | |
|
104 | <link rel="import" href="${h.asset('js/rhodecode-components.html', ver=c.rhodecode_version_hash)}"> | |
|
105 | 105 | <script>CodeMirror.modeURL = "${h.asset('') + 'js/mode/%N/%N.js?ver='+c.rhodecode_version_hash}";</script> |
|
106 | 106 | |
|
107 | 107 |
General Comments 0
You need to be logged in to leave comments.
Login now