Skip to content

Commit 6a33a7d

Browse files
committed
Clean up
1 parent e916018 commit 6a33a7d

File tree

4 files changed

+0
-13
lines changed

4 files changed

+0
-13
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
[![Aloha Editor jQuery Upgrade](https://img.shields.io/endpoint?url=https://cloud.cypress.io/badge/simple/ehtsn9&style=flat&logo=cypress)](https://cloud.cypress.io/projects/ehtsn9/runs)
2-
31
# [Aloha Editor - The HTML5 WYSIWYG Editor](http://aloha-editor.org/)
42

53
## New Documentation

bin/build-aloha-editor.sh

-4
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,8 @@ run_command "Building Aloha-Editor $BUILD_PROFILE..." "npx r.js -o 'build/aloha/
4040

4141
run_command "Building Aloha-Editor $BUILD_PROFILE (full)..." "cat build/aloha/license-header.frag target/$BUILD_PROFILE/lib/require.js target/$BUILD_PROFILE/lib/vendor/jquery-3.7.0.js target/$BUILD_PROFILE/lib/aloha.js > target/$BUILD_PROFILE/lib/aloha-full.js"
4242
run_command "Building Aloha-Editor $BUILD_PROFILE (full; minified)..." "npx uglifyjs target/$BUILD_PROFILE/lib/require.js target/$BUILD_PROFILE/lib/vendor/jquery-3.7.0.js target/$BUILD_PROFILE/lib/aloha.js --compress --mangle --source-map --output 'target/$BUILD_PROFILE/lib/aloha-full.min.js'"
43-
#run_command "Building Aloha-Editor $BUILD_PROFILE (full)..." cat target/$BUILD_PROFILE/lib/require.js target/$BUILD_PROFILE/lib/vendor/jquery-3.7.0.js target/$BUILD_PROFILE/lib/aloha.js > target/$BUILD_PROFILE/lib/aloha-full.js
44-
#run_command "Building Aloha-Editor $BUILD_PROFILE (full; minified)..." npx esbuild build/aloha/entrypoint-full.js --bundle --minify --sourcemap --outfile="target/$BUILD_PROFILE/lib/aloha-full.min.js"
4543

4644
run_command "Building Aloha-Editor $BUILD_PROFILE (bare)..." "cat build/aloha/license-header.frag target/$BUILD_PROFILE/lib/aloha.js > target/$BUILD_PROFILE/lib/aloha-bare.js"
4745
run_command "Building Aloha-Editor $BUILD_PROFILE (bare; minified)..." "npx uglifyjs target/$BUILD_PROFILE/lib/aloha.js --compress --mangle --source-map --output 'target/$BUILD_PROFILE/lib/aloha-bare.min.js'"
48-
#run_command "Building Aloha-Editor $BUILD_PROFILE (bare)..." npx esbuild build/aloha/entrypoint-bare.js --bundle --outfile="target/$BUILD_PROFILE/lib/aloha-bare.js"
49-
#run_command "Building Aloha-Editor $BUILD_PROFILE (bare; minified)..." npx esbuild build/aloha/entrypoint-bare.js --bundle --minify --sourcemap --outfile="target/$BUILD_PROFILE/lib/aloha-bare.min.js"
5046

5147
run_command "Building Aloha-Editor CSS..." "npx postcss src/css/aloha-common-extra.css -o 'target/$BUILD_PROFILE/css/aloha.css'"

build/aloha/entrypoint-bare.js

-2
This file was deleted.

build/aloha/entrypoint-full.js

-5
This file was deleted.

0 commit comments

Comments
 (0)