[Groonga-commit] groonga/groonga-admin at d46e84b [master] Don't use CDN

Zurück zum Archiv-Index

Kouhei Sutou null+****@clear*****
Sat Mar 28 14:15:38 JST 2015


Kouhei Sutou	2015-03-28 14:15:38 +0900 (Sat, 28 Mar 2015)

  New Revision: d46e84b80341476a2439144b5df11ad0aff45c0c
  https://github.com/groonga/groonga-admin/commit/d46e84b80341476a2439144b5df11ad0aff45c0c

  Message:
    Don't use CDN
    
    Groonga Admin should not require remote network access.

  Modified files:
    Gruntfile.js
    package.json

  Modified: Gruntfile.js (+0 -8)
===================================================================
--- Gruntfile.js    2015-03-28 11:44:17 +0900 (e631343)
+++ Gruntfile.js    2015-03-28 14:15:38 +0900 (292b25d)
@@ -310,13 +310,6 @@ module.exports = function (grunt) {
       }
     },
 
-    // Replace Google CDN references
-    cdnify: {
-      dist: {
-        html: ['<%= yeoman.dist %>/*.html']
-      }
-    },
-
     // Copies remaining files to places other tasks can use
     copy: {
       dist: {
@@ -462,7 +455,6 @@ module.exports = function (grunt) {
     'concat',
     'ngAnnotate',
     'copy:dist',
-    'cdnify',
     'cssmin',
     'filerev',
     'usemin'

  Modified: package.json (+0 -1)
===================================================================
--- package.json    2015-03-28 11:44:17 +0900 (6c695c0)
+++ package.json    2015-03-28 14:15:38 +0900 (d310559)
@@ -36,7 +36,6 @@
     "grunt-contrib-jshint": "^0.10.0",
     "grunt-contrib-watch": "^0.6.1",
     "grunt-filerev": "^0.2.1",
-    "grunt-google-cdn": "^0.4.0",
     "grunt-newer": "^0.7.0",
     "grunt-ng-annotate": "^0.3.0",
     "grunt-svgmin": "^0.4.0",
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index