Skip to content

Commit

Permalink
build: build cordova.js during npm prepare w/ refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Nov 16, 2021
1 parent a57bc8f commit 3dee7f5
Show file tree
Hide file tree
Showing 9 changed files with 171 additions and 2,112 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
bin/node_modules/*
templates/project/*
tests/spec/unit/fixtures/*
CordovaLib/cordova.js

# Non-JS binaries
bin/cordova_plist_to_config_xml
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ node_modules
coverage/
npm-debug.log
.nyc_output/
**/www/cordova.js
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ guides
hooks
Cordova.podspec
update_podspec.sh
cordova-js-src
2 changes: 1 addition & 1 deletion Cordova.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "11.0"
s.source = relSource
s.requires_arc = true
s.preserve_paths = 'CordovaLib/cordova.js', 'CordovaLib/VERSION'
s.preserve_paths = 'CordovaLib/VERSION'
s.frameworks = 'Foundation'
s.source_files = 'CordovaLib/**/*.{h,m}'
s.public_header_files = 'CordovaLib/include/**/*.h'
Expand Down
Loading

0 comments on commit 3dee7f5

Please sign in to comment.