Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
04524c8d
Commit
04524c8d
authored
Aug 04, 2016
by
Matthew Taylor
Committed by
GitHub
Aug 04, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #809 from mewtaylor/hotfix/js-types
[Develop] Set mime types on deploy
parents
e5b62ba6
538aed21
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Makefile
Makefile
+1
-1
src/template.html
src/template.html
+0
-1
No files found.
Makefile
View file @
04524c8d
...
...
@@ -31,7 +31,7 @@ webpack:
$(WEBPACK)
--bail
sync-s3
:
$(S3CMD)
sync
-P
--delete-removed
--exclude
'.DS_Store'
--exclude
'*.svg'
./build/ s3://
$(S3_BUCKET_NAME)
/
$(S3CMD)
sync
-P
--delete-removed
--exclude
'.DS_Store'
--exclude
'*.svg'
--guess-mime-type
./build/ s3://
$(S3_BUCKET_NAME)
/
$(S3CMD)
sync
-P
--delete-removed
--exclude
'*'
--include
'*.svg'
--mime-type
'image/svg+xml'
./build/ s3://
$(S3_BUCKET_NAME)
/
sync-fastly
:
...
...
src/template.html
View file @
04524c8d
...
...
@@ -6,7 +6,6 @@
<meta
charset=
"UTF-8"
/>
<meta
http-equiv=
"x-ua-compatible"
content=
"ie=edge"
>
<meta
http-equiv=
"x-frame-options"
content=
"deny"
>
<meta
name=
"viewport"
content=
"width={{viewportWidth}}, initial-scale=1"
>
<title>
Scratch - {{title}}
</title>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment