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/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 / 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
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
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
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'
@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:57
app/ecom/fe/trunk/vs/bs-edu
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..53752db
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+output
diff --git a/edp-build-config.js b/edp-build-config.js
index e936926..6d3466c 100644
--- a/edp-build-config.js
@leeight
leeight / edp-1.0.0.patch
Last active August 29, 2015 13:57
app/ecom/nmplt/trunk/muses-web/src/main/webapp
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..53752db
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+output
diff --git a/edp-build-config.js b/edp-build-config.js
index 9f017bf..c12c9e9 100644
--- a/edp-build-config.js
@leeight
leeight / edp-1.0.0.patch
Last active August 29, 2015 13:57
app/ecom/brandlandscape/trunk/brand_landscape/bl-fe/src/main/webapp
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..53752db
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+output
diff --git a/edp-build-config.js b/edp-build-config.js
index e0c8faa..a3a29a8 100644
--- a/edp-build-config.js
@leeight
leeight / edp-1.0.0.patch
Last active August 29, 2015 13:57
app/ecom/baike/trunk/web/src/main/webapp
diff --git a/edp-build-config.js b/edp-build-config.js
index 0078580..9b345fb 100644
--- a/edp-build-config.js
+++ b/edp-build-config.js
@@ -3,59 +3,70 @@ 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';