소스 검색

Refolder package

soyjavi 13 년 전
부모
커밋
29b86382af

+ 36 - 0
.gitmodules

@@ -0,0 +1,36 @@
+[submodule "src/stylesheets/CSSmethods"]
+	path = src/stylesheets/CSSmethods
+	url = https://github.com/soyjavi/CSSmethods.git
+[submodule "example/components/quojs"]
+	path = example/components/quojs
+	url = https://github.com/soyjavi/package-quojs.git
+[submodule "package/lungo"]
+	path = package/lungo
+	url = https://github.com/tapquo/package-lungo.git
+[submodule "package/lungo.theme"]
+	path = package/lungo.theme
+	url = https://github.com/tapquo/package-lungo.theme.git
+[submodule "package/lungo.icon"]
+	path = package/lungo.icon
+	url = https://github.com/tapquo/lungo.icon.git
+[submodule "example/components/lungo.brownie"]
+	path = example/components/lungo.brownie
+	url = https://github.com/soyjavi/lungo.brownie.git
+[submodule "package/lungo.thirdparties"]
+	path = package/lungo.thirdparties
+	url = https://github.com/tapquo/lungo.thirdparties.git
+[submodule "package/lungo.gmap"]
+	path = package/lungo.gmap
+	url = https://github.com/tapquo/lungo.gmap.git
+[submodule "package/lungo.qr"]
+	path = package/lungo.qr
+	url = https://github.com/tapquo/lungo.qr.git
+[submodule "package/lungo.language"]
+	path = package/lungo.language
+	url = https://github.com/tapquo/lungo.language.git
+[submodule "package/lungo.calendar"]
+	path = package/lungo.calendar
+	url = https://github.com/tapquo/lungo.calendar.git
+[submodule "package/lungo.firefoxos"]
+	path = package/lungo.firefoxos
+	url = https://github.com/tapquo/lungo.firefoxos.git

+ 7 - 7
GruntFile.coffee

@@ -1,16 +1,16 @@
 module.exports = (grunt) ->
   grunt.initConfig
-    pkg: grunt.file.readJSON "packages/lungo/component.json"
+    pkg: grunt.file.readJSON "package/lungo/component.json"
 
     meta:
       file: 'lungo'
-      packages: "packages",
+      package: "package",
       plugins: "src/plugins",
       # BETA
       endpoint: "example/components",
       version: ".brownie",
       # RELEASE
-      # endpoint: "packages",
+      # endpoint: "package",
       # version: "",
       banner: '/* <%= pkg.name %> v<%= pkg.version %> - <%= grunt.template.today("yyyy/m/d") %>\n' +
               '   <%= pkg.homepage %>\n' +
@@ -60,7 +60,7 @@ module.exports = (grunt) ->
 
     coffee:
       core: files: '<%=meta.endpoint%>/<%=meta.file%><%=meta.version%>/<%=meta.file%>.debug.js': '<%= source.coffee %>'
-      calendar: files: 'packages/lungo.calendar/lungo.calendar.js': '<%= source.calendar.coffee %>'
+      calendar: files: 'package/lungo.calendar/lungo.calendar.js': '<%= source.calendar.coffee %>'
 
     uglify:
       options: compress: false, banner: "<%= meta.banner %>"
@@ -74,13 +74,13 @@ module.exports = (grunt) ->
         options: compress: false, import: [ '__init']
         files: '<%=meta.endpoint%>/<%=meta.file%><%=meta.version%>/<%=meta.file%>.theme.css': '<%=source.theme%>'
       icons:
-        files: '<%=meta.packages%>/<%=meta.file%>.icon/<%=meta.file%>.icon.css': '<%=source.icons%>'
+        files: '<%=meta.package%>/<%=meta.file%>.icon/<%=meta.file%>.icon.css': '<%=source.icons%>'
       calendar:
-        files: 'packages/lungo.calendar/lungo.calendar.css': '<%=source.calendar.stylus%>'
+        files: 'package/lungo.calendar/lungo.calendar.css': '<%=source.calendar.stylus%>'
 
     copy:
       theme:
-        expand: true, flatten: true, src: '<%=source.theme%>', dest: '<%=meta.packages%>/<%=meta.file%>.theme/'
+        expand: true, flatten: true, src: '<%=source.theme%>', dest: '<%=meta.package%>/<%=meta.file%>.theme/'
 
     watch:
       coffee:

+ 1 - 0
example/components/lungo.brownie

@@ -0,0 +1 @@
+Subproject commit 920d88bc255804ddceffa223c5028e3952e0c1c8

+ 1 - 0
example/components/quojs

@@ -0,0 +1 @@
+Subproject commit 82a2bef7554ae550a713e505b0f3f2d48bb5bc13

+ 1 - 0
package/lungo

@@ -0,0 +1 @@
+Subproject commit e517843c8916d5dae148c579eb01a0ce141fa942

+ 1 - 0
package/lungo.calendar

@@ -0,0 +1 @@
+Subproject commit 988f39cbcfb360e2e7872fc6d51376fc9d5610e9

+ 1 - 0
package/lungo.firefoxos

@@ -0,0 +1 @@
+Subproject commit 8dc5b7bcbfbcd92601be29997433c268519f2aad

+ 1 - 0
package/lungo.gmap

@@ -0,0 +1 @@
+Subproject commit 114c255e84545e584c044ce1a7fae23d1396dd3b

+ 1 - 0
package/lungo.icon

@@ -0,0 +1 @@
+Subproject commit ea9c96ed3937d9f8928fa14381063364b9f7369b

+ 1 - 0
package/lungo.language

@@ -0,0 +1 @@
+Subproject commit 89709f4af1b5d803934f38281a40baacdc19edcd

+ 1 - 0
package/lungo.qr

@@ -0,0 +1 @@
+Subproject commit 5c2c42eb0e32e1aaabed11242a221640a75da39d

+ 1 - 0
package/lungo.theme

@@ -0,0 +1 @@
+Subproject commit ec4adf426b91f725765f158ff38432f93cdca2b0

+ 1 - 0
package/lungo.thirdparties

@@ -0,0 +1 @@
+Subproject commit 7b9bf5f0ecbcda9c3e3d71ba8e14c3be55289907

+ 1 - 0
src/stylesheets/CSSmethods

@@ -0,0 +1 @@
+Subproject commit 1a7ff08a63549eae457161e716b38a6c25a5abe2