Sha256: 85dcf2628fa69f8ad9a6ebb434e6f0754835d29d2832fea27add23c15fe1ded7
Contents?: true
Size: 417 Bytes
Versions: 24
Compression:
Stored size: 417 Bytes
Contents
SRC = $(shell find lib -name "*.js") TM_BUNDLE = editors/Stylus.tmbundle TM_BUNDLE_DEST = ~/Library/Application\ Support/TextMate/Bundles test: test-integration test-integration: @node test/run.js install-bundle: cp -fr $(TM_BUNDLE) $(TM_BUNDLE_DEST) update-bundle: cp -fr $(TM_BUNDLE_DEST)/Stylus.tmbundle editors benchmark: @node bm.js .PHONY: test test-integration install-bundle update-bundle benchmark
Version data entries
24 entries across 24 versions & 1 rubygems