This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/edp-build-config.js b/edp-build-config.js | |
index d578422..439935f 100644 | |
--- a/edp-build-config.js | |
+++ b/edp-build-config.js | |
@@ -77,9 +77,6 @@ exports.exclude = [ | |
'*.sh' | |
]; | |
-var moduleEntries = 'html,htm,phtml,tpl,vm,js'; | |
-var pageEntries = 'html,htm,phtml,tpl,vm'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/edp-build-config.js b/edp-build-config.js | |
index 1719429..7aed5d9 100644 | |
--- a/edp-build-config.js | |
+++ b/edp-build-config.js | |
@@ -42,25 +42,25 @@ exports.output = path.resolve(cwd, args.output || 'output'); | |
* @type {Array} | |
*/ | |
exports.exclude = [ | |
- '/src/static/tpl/*', | |
- '/tool', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17:37:05: (Libpurple: hello-image) download image type = 1, md5 = c5ce7689438e5ee92c5942d4885fc198 | |
17:37:05: (Libpurple: hello-image) in image_process_request, type = 27 | |
17:37:05: (Libpurple: hello-image) write-len 36 | |
17:37:05: (Libpurple: hello-image) write-len 36 | |
17:37:05: (Libpurple: hello-image) download image type = 1, md5 = 2f5113cfd0a33bfec485c222051db205 | |
17:37:05: (Libpurple: hello-image) in image_process_request, type = 27 | |
17:37:05: (Libpurple: hello-image) write-len 36 | |
17:37:05: (Libpurple: hello-image) write-len 36 | |
17:37:05: (Libpurple: hello-image) size_to_read = 36 | |
17:37:05: (Libpurple: hello-image) cursize = 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11:55:14: (Libpurple: hello-image) upload image md5 = 77bebc418bdf746fb44163d8f65d1f48, len = 113518 | |
11:55:14: (Libpurple: hello-image) in image_process_request, type = 22 | |
11:55:14: (Libpurple: hello-image) write-len 36 | |
11:55:14: (Libpurple: hello-image) write-len 36 | |
11:55:14: (Libpurple: hello-image) size_to_read = 36 | |
11:55:14: (Libpurple: hello-image) cursize = 0 | |
11:55:14: (Libpurple: hello-image) len = 36, errno = 17 | |
11:55:14: (Libpurple: hello-image) size_to_read = 40 | |
11:55:14: (Libpurple: hello-image) cursize = 0 | |
11:55:14: (Libpurple: hello-image) len = 40, errno = 17 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/wap/edp-build-config.js b/wap/edp-build-config.js | |
index 023e8f5..8a376e9 100644 | |
--- a/wap/edp-build-config.js | |
+++ b/wap/edp-build-config.js | |
@@ -3,53 +3,30 @@ 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'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/mobile/edp-build-config.js b/mobile/edp-build-config.js | |
index 46a89f1..449d739 100644 | |
--- a/mobile/edp-build-config.js | |
+++ b/mobile/edp-build-config.js | |
@@ -15,36 +15,25 @@ exports.getProcessors = function () { | |
return [ | |
new StylusCompiler({ | |
+ stylus: require( './node_modules/archer/node_modules/stylus/' ), | |
compileOptions: { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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 |