Sha256: dc5002fe7ba4f183c2e9546e8dc3a1669f14b61f800b06081b71255b06cfd303

Contents?: true

Size: 276 Bytes

Versions: 3

Compression:

Stored size: 276 Bytes

Contents

import_file File.expand_path('static.html', root), '/static2.html'

import_path File.expand_path('bower_components/', root)

import_path File.expand_path('bower_components', root) do |target_path, _original_path|
  target_path.sub('bower_components', 'bower_components2')
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
middleman-core-4.3.0.rc.4 fixtures/import-app/config.rb
middleman-core-4.3.0.rc.3 fixtures/import-app/config.rb
middleman-core-4.3.0.rc.2 fixtures/import-app/config.rb