Sha256: 4600ada3ab9b7f3cb55b5e4be7fcdd34eb2e3b31400104bd938f1751b92a2938
Contents?: true
Size: 479 Bytes
Versions: 2
Compression:
Stored size: 479 Bytes
Contents
Feature: Bower Scenario: Sprockets can pull jQuery from bower Given the Server is running at "bower-app" When I go to "/javascripts/get_jquery.js" Then I should see "window.jQuery =" Scenario: Sprockets can build jQuery from bower Given a successfully built app at "bower-app" When I cd to "build" Then the following files should exist: | javascripts/get_jquery.js | And the file "javascripts/get_jquery.js" should contain "window.jQuery ="
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
middleman-sprockets-3.2.0 | features/bower.feature |
middleman-sprockets-3.1.4 | features/bower.feature |