-
Notifications
You must be signed in to change notification settings - Fork 101
Feature/offline #103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
haf
wants to merge
36
commits into
fsprojects:develop
Choose a base branch
from
haf:feature/offline
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/offline #103
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
37471e9
[infra] make build.sh executable
haf b1579ba
Adding bundled/minimized/offline package version
haf 702b089
Documenting building
haf 99e7424
Cleanups and correcting css/custom.css path
haf 1ee192b
Document where the fsx files are
haf 1e5bc10
[infra] OS X -> Linux on travis
haf 36c6561
Remove stray package.json
haf 39ebf2e
Removing stray yarn.lock
haf 8c4cfbd
[infra] paket update
haf d8c965a
More docs, fixing path
haf 78aa58a
changing nuget
haf 4979cb0
Bring the tool
haf 3009c06
Move it all into tools instead
haf 4d8fe91
Compile js
haf 631c414
location of template
haf d91b4ea
Dist folder update
haf eee8dee
Adding css-loader
haf 4f9620b
hacking around w style sheets
haf b007c26
wording
haf a1cd55f
Adding in fonts locally
haf 4a13dc8
Pushing tips.js into the global scope with scripts-loader
haf 0e3d363
Disable MathJax for now
haf fee664b
Styles work, but something is still off
haf 0344694
Minor update from running yarn
haf 88a4861
Updating readme with instructions on how to get started
haf 2687862
Whitespace
haf 9995b22
Bumping F# dependencies
haf bfe719f
Port to Expecto, clean up build
haf ac0ccd1
Runs expecto
haf f6998dd
Tightening build rules a bit
haf a766b10
F# tooltips work again
haf 470d8f0
Fix build on windows
tpetricek 9a89724
Merge pull request #1 from tpetricek/offline-develop
3687f64
Fix createSlides.fsx
haf 1e84357
Windows
haf 869e3e8
Relative path
haf File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| root = true | ||
|
|
||
| [*] | ||
| end_of_line = lf | ||
| charset = utf-8 | ||
|
|
||
| [*.{fs,fsi,fsx,js,html,css}] | ||
| charset = utf-8 | ||
| indent_style = space | ||
| indent_size = 2 | ||
| trim_trailing_whitespace = true | ||
| insert_final_newline = false | ||
|
|
||
| [{package.json,.travis.yml}] | ||
| indent_style = space | ||
| indent_size = 2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -189,3 +189,5 @@ src/reveal.js | |
| docs/tools/FSharp.Formatting.svclog | ||
| FSharp.Formatting.svclog | ||
| _NCrunch* | ||
| node_modules/ | ||
| dist/ | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| 2.7.10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,12 +1,10 @@ | ||
| language: objective-c | ||
| language: csharp | ||
|
|
||
| env: | ||
| matrix: | ||
| - MONO_VERSION="3.4.0" | ||
| mono: | ||
| - 4.6.1 | ||
|
|
||
| install: | ||
| - wget "http://download.mono-project.com/archive/3.4.0/macos-10-x86/MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" | ||
| - sudo installer -pkg "MonoFramework-MDK-${MONO_VERSION}.macos10.xamarin.x86.pkg" -target / | ||
| - apt-get update -y | ||
|
|
||
| script: | ||
| - ./build.sh All |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
urgs!?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, the wonderful world of JS dev
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why would we need it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know. JS pulls in the world and I'm using the "standard" setup for css/html.