Sha256: 63610d050931067e571ab604ee70ca844d2a19deb7b996a7681ce49630e01745
Contents?: true
Size: 600 Bytes
Versions: 10
Compression:
Stored size: 600 Bytes
Contents
# Exports a function which returns an object that overrides the default & # plugin file patterns (used widely through the app configuration) # # To see the default definitions for Lineman's file paths and globs, see: # # - https://github.com/testdouble/lineman/blob/master/config/files.coffee # module.exports = (lineman) -> js: spec: [ "spec/**/*.js", "!spec/prereq/**" ] specHelpers: [ "spec/helpers/jasmine-matcher-wrapper.js", "spec/helpers/**/*.js" ] vendor: [] coffee: spec: [ "spec/**/*.coffee", "!spec/prereq/**" ]
Version data entries
10 entries across 10 versions & 1 rubygems