Skip to content

Instantly share code, notes, and snippets.

View leeight's full-sized avatar
💭
I may be slow to respond.

Li YuBei leeight

💭
I may be slow to respond.
View GitHub Profile
@leeight
leeight / edp-1.0.0.patch
Last active August 29, 2015 13:58
app/ecom/totem/trunk/totem/src/main/webapp
diff --git a/src/main/webapp/edp-build-config.js b/src/main/webapp/edp-build-config.js
index bd27823..133a287 100644
--- a/src/main/webapp/edp-build-config.js
+++ b/src/main/webapp/edp-build-config.js
@@ -3,60 +3,40 @@ exports.input = __dirname;
var path = require( 'path' );
exports.output = path.resolve( __dirname, 'output' );
-var moduleEntries = 'html,htm,phtml,tpl,vm,js';
-var pageEntries = 'html,htm,phtml,tpl,vm';
@leeight
leeight / edp-1.0.0.patch
Last active August 29, 2015 13:58
app/ecom/columbus/trunk/cb-web-fe
diff --git a/accounts.html b/accounts.html
index 477bdb4..f65e958 100644
--- a/accounts.html
+++ b/accounts.html
@@ -64,11 +64,11 @@
{
'name': 'jquery',
'location': '../dep/jquery/1.9.1/src',
- 'main': 'jquery.min.js'
+ 'main': 'jquery.min'
diff --git a/edp-build-config.js b/edp-build-config.js
index f57b65c..2300771 100644
--- a/edp-build-config.js
+++ b/edp-build-config.js
@@ -13,41 +13,23 @@ var version = today.getFullYear() * 10000
exports.getProcessors = function () {
- return [
- new LessCompiler( {
@leeight
leeight / edp-1.0.0.patch
Created April 2, 2014 13:54
app/ecom/weigou/trunk/ic/ic-daoliu/daoliu-web/src/main/web-fe
diff --git a/edp-build-config.js b/edp-build-config.js
index 37de2b0..bbd1ddf 100644
--- a/edp-build-config.js
+++ b/edp-build-config.js
@@ -14,22 +14,22 @@ var version = today.getFullYear() * 10000
exports.getProcessors = function () {
return [
- new LessCompiler( {
- entryExtnames: pageEntries
@leeight
leeight / edp-1.0.0.patch
Last active August 29, 2015 13:58
app/ecom/dsp/trunk/dsp-web/dsp-static
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..53752db
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+output
diff --git a/assets/css/dsp.css b/assets/css/dsp.css
index fa7f7d0..6ca40f6 100644
--- a/assets/css/dsp.css
@leeight
leeight / edp-1.0.0.patch
Last active August 29, 2015 13:58
app/ecom/fengchao/trunk/fc-star/fc-ue/nirvana-workspace/nirvana
Index: edp-build-config.js
===================================================================
--- edp-build-config.js (revision 96514)
+++ edp-build-config.js (working copy)
@@ -415,21 +415,17 @@
exports.getProcessors = function () {
return [
new LessCompiler({
- exclude: ['*.tpl', '*.less', '*.js', '*.html', '*.css'],
- include: [
@leeight
leeight / .screenrc
Created April 12, 2014 02:49
.screenrc
#
# Example of a user's .screenrc file
#
# This is how one can set a reattach password:
# password ODSJQf.4IJN7E # "1234"
# no annoying audible bell, please
vbell on
@leeight
leeight / edp-1.0.0.patch
Created April 15, 2014 02:55
app/ecom/fe/trunk/vs-mid-edu/develop
diff --git a/develop/.gitignore b/develop/.gitignore
new file mode 100644
index 0000000..3314617
--- /dev/null
+++ b/develop/.gitignore
@@ -0,0 +1,3 @@
+libs
+mock/templates_c
+output
diff --git a/develop/edp-build-config.js b/develop/edp-build-config.js
@leeight
leeight / edp-1.0.0.patch
Created April 15, 2014 04:18
app/ecom/fe/trunk/vs-mid-edu/booking
diff --git a/booking/.gitignore b/booking/.gitignore
new file mode 100644
index 0000000..73960af
--- /dev/null
+++ b/booking/.gitignore
@@ -0,0 +1,2 @@
+templates_c/*.php
+output
diff --git a/booking/edp-build-config.js b/booking/edp-build-config.js
index 98657c7..d4c7788 100644
@leeight
leeight / edp-1.0.0.patch
Created April 15, 2014 04:30
app/ecom/fe/trunk/vs-mid-edu/course
diff --git a/course/.gitignore b/course/.gitignore
new file mode 100644
index 0000000..edc986c
--- /dev/null
+++ b/course/.gitignore
@@ -0,0 +1,2 @@
+output
+templates_c
diff --git a/course/dep/log/0.0.1/package.json b/course/dep/log/0.0.1/package.json
new file mode 100644