FBI-597: Add new gulp task runner for ProcessMaker building
FBI-597: Add new gulp task runner for ProcessMaker building (2nd) FBI-597: Fix issues FBI-597: Fix issues #2
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -37,3 +37,4 @@ temp.txt
|
||||
update.sh
|
||||
workflow/public_html/translations/
|
||||
build-prod.zip
|
||||
node_modules
|
||||
|
||||
1
Rakefile
1
Rakefile
@@ -354,7 +354,6 @@ def getJsIncludeFiles
|
||||
"gulliver/js/tinymce/jscripts/tiny_mce/plugins/visualchars/editor_plugin.js",
|
||||
"gulliver/js/tinymce/jscripts/tiny_mce/plugins/xhtmlxtras/editor_plugin.js",
|
||||
"gulliver/js/tinymce/jscripts/tiny_mce/plugins/wordcount/editor_plugin.js",
|
||||
"gulliver/js/tinymce/jscripts/tiny_mce/plugins/visualblocks/editor_plugin.js",
|
||||
"gulliver/js/tinymce/jscripts/tiny_mce/plugins/table/editor_plugin.js",
|
||||
"gulliver/js/tinymce/jscripts/tiny_mce/plugins/template/editor_plugin.js",
|
||||
"gulliver/js/tinymce/jscripts/tiny_mce/plugins/visualblocks/editor_plugin.js",
|
||||
|
||||
523
config/build.json
Normal file
523
config/build.json
Normal file
File diff suppressed because it is too large
Load Diff
483
gulpfile.js
Normal file
483
gulpfile.js
Normal file
File diff suppressed because it is too large
Load Diff
33
package.json
Normal file
33
package.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "processmaker-builder",
|
||||
"version": "1.0.0",
|
||||
"description": "The gulp task runner for ProcessMaker building",
|
||||
"main": "gulpfile.js",
|
||||
"directories": {
|
||||
"doc": "docs",
|
||||
"test": "tests"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@bitbucket.org/duhnnie/processmaker.git"
|
||||
},
|
||||
"author": "ProcessMaker",
|
||||
"license": "ISC",
|
||||
"homepage": "https://bitbucket.org/duhnnie/processmaker#readme",
|
||||
"devDependencies": {
|
||||
"gulp": "^3.9.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"del": "^2.2.1",
|
||||
"gulp-chmod": "^1.3.0",
|
||||
"gulp-concat": "^2.6.0",
|
||||
"gulp-exec": "^2.1.2",
|
||||
"gulp-rename": "^1.2.2",
|
||||
"gulp-replace": "^0.5.4",
|
||||
"replace": "^0.3.0",
|
||||
"underscore": "^1.8.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user