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/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'; |
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/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' |
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 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( { |
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 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 |
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/.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 |
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
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: [ |
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 |
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
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/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 |