/
home
/
aqcert
/
public_html
/
admin
/
tinymce
/
tools
/
tasks
/
/home/aqcert/public_html/admin/tinymce/tools/tasks
mkdir
upload
Name
Size
Mode
Actions
amdlc.js
607
0644
edit
dl
rm
bundle.js
1708
0644
edit
dl
rm
moxiezip.js
2433
0644
edit
dl
rm
skin.js
2333
0644
edit
dl
rm
Edit:
/home/aqcert/public_html/admin/tinymce/tools/tasks/amdlc.js
(607B)
module.exports = function(grunt) { grunt.registerMultiTask("amdlc", "Compiles AMD modules to libraries.", function() { var config = grunt.config([this.name, this.target]).options; config.reporter = { level: "debug", debug: function(message) { grunt.log.debug(message); }, info: function(message) { grunt.log.ok(message); }, warning: function(message) { grunt.fail.warn(message); }, error: function(message) { grunt.log.error(message); }, fatal: function(message) { grunt.log.error(message); } }; require("amdlc").compile(config); }); };
Save
cmd:
run