Giter Site home page Giter Site logo

middleman-appcache's People

Contributors

ajanuary avatar bjdeng avatar ryan-scott-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

bjdeng

middleman-appcache's Issues

Version Hash not working

THanks for building this. I'm having some trouble getting version hashing in the appcache wot work. WHen I build, middleman throws the errors below. The cache manifest still builds, but without the hash. Is there something I'm missing?

/Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-core-4.0.0/lib/middleman-core/configuration.rb:75:in `define_setting': Setting version_hash doesn't exist (RuntimeError)
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-core-4.0.0/lib/middleman-core/configuration.rb:37:in `[]='
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-core-4.0.0/lib/middleman-core/configuration.rb:46:in `method_missing'
    from /Users/bjd/code/AirLifeGuidelines/slate/config.rb:36:in `block in evaluate_configuration!'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-core-4.0.0/lib/middleman-core/extension.rb:367:in `setup_options'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-core-4.0.0/lib/middleman-core/extension.rb:294:in `initialize'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-appcache-1.0.1/lib/middleman-appcache/extension.rb:14:in `initialize'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-core-4.0.0/lib/middleman-core/extension_manager.rb:64:in `new'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-core-4.0.0/lib/middleman-core/extension_manager.rb:64:in `activate'
    from /Users/bjd/code/AirLifeGuidelines/slate/config.rb:33:in `evaluate_configuration!'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-core-4.0.0/lib/middleman-core/application.rb:301:in `instance_eval'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-core-4.0.0/lib/middleman-core/application.rb:301:in `evaluate_configuration!'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-core-4.0.0/lib/middleman-core/application.rb:277:in `start_lifecycle'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-core-4.0.0/lib/middleman-core/application.rb:265:in `initialize'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-cli-4.0.0/lib/middleman-cli/build.rb:51:in `new'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-cli-4.0.0/lib/middleman-cli/build.rb:51:in `build'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor/invocation.rb:133:in `block in invoke_all'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor/invocation.rb:133:in `each'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor/invocation.rb:133:in `map'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor/invocation.rb:133:in `invoke_all'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor/group.rb:232:in `dispatch'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor/invocation.rb:115:in `invoke'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor.rb:40:in `block in register'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor/command.rb:27:in `run'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor/invocation.rb:126:in `invoke_command'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor.rb:359:in `dispatch'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/thor-0.19.1/lib/thor/base.rb:440:in `start'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/gems/middleman-cli-4.0.0/bin/middleman:23:in `<top (required)>'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/bin/middleman:23:in `load'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/bin/middleman:23:in `<main>'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `eval'
    from /Users/bjd/.rvm/gems/ruby-2.3.0/bin/ruby_executable_hooks:15:in `<main>'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.