Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2020-12-19 10:14:54 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4a02727b1ff731febe273fe97cf0b86a6291798c
4a02727b
1 parent
ae16db7a
Fix gh-pages build script
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
Makefile
Makefile
View file @
4a02727
...
...
@@ -256,10 +256,11 @@ ref: svg
cd
$@
; curl -OL
'https://www.adobe.com/content/dam/acom/en/devnet/pdf/adobe_supplement_iso32000.pdf'
cd
$@
; curl -OL
'https://www.adobe.com/content/dam/acom/en/devnet/acrobat/pdfs/pdf_reference_1-7.pdf'
gh-pages
:
gh-pages
:
all
cd
demo; flutter build web
git checkout gh-pages
rm -rf assets icons
mv -fv demo/build/web/
*
.
sed -e
's|<base href="/">|<base href="/dart_pdf/">|'
-i index.html
.PHONY
:
test format format-dart format-clang clean publish-pdf publish-printing analyze ref
...
...
Please
register
or
login
to post a comment