Skip to content
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

base option is configurable in grunt connect task #1102

Closed
wants to merge 1 commit into from
Closed

base option is configurable in grunt connect task #1102

wants to merge 1 commit into from

Conversation

adelura
Copy link

@adelura adelura commented Jan 14, 2015

I'm using reveal.js core as a submodule in my project. This approach is nice because I don't have to store reveal.js core in my repo: https://github.com/CodeCarrotsJS/szkielet-prezentacji. But problem reveals when I want to run reveal.js server using grunt serve command in submodule directory(src/reveal.js). What I see is that base option is hardcoded to . I made it configurable to be able to run grunt serve --serve-base=../...

hakimel added a commit that referenced this pull request Jun 3, 2015
@hakimel
Copy link
Owner

hakimel commented Jun 3, 2015

I was unable to merge this, looks like the originating branch was deleted. I've gone ahead and made the same change manually – though I named the option just "base" (rather than "serve-base") to match "port".

@hakimel hakimel closed this Jun 3, 2015
komita1981 pushed a commit to komita1981/reveal.js that referenced this pull request Aug 7, 2015
* upstream/master: (82 commits)
  add bower json hakimel#1067
  README: suggest decktape as an alternative for PDF rendering
  broken <table> html in demo deck
  `licenses` field is deprecated
  enabling launching presentation with npm-start
  Allows to specify PORT from env on multiplex plugin
  add base option for grunt serve task hakimel#1102
  added missing comma on the configuration example
  3.1.0
  consider lazy loaded iframes when formatting src
  fix iframe unload in firefox
  iframe postmesssage api works with lazy loaded iframes
  sync starts playing new embedded content
  type check to ensure we don't call media api before media has loaded
  fix lazy load selector error
  tweak to iframe lazy load test
  typo
  lazy-load iframes only for current slide, unload when hidden
  lazy loading fallback also considers iframes
  add test presentation for per-slide transitions, compile css hakimel#1106
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants