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
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
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/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/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/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/.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 |
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/edp-build-config.js b/edp-build-config.js | |
index 9f017bf..c12c9e9 100644 | |
--- a/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/.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 |
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 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'; |