Latest updates from IceHrmPro
This commit is contained in:
22
web/node_modules/component-classes/Makefile
generated
vendored
Normal file
22
web/node_modules/component-classes/Makefile
generated
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
|
||||
BIN := node_modules/.bin
|
||||
|
||||
build: node_modules build/build.js
|
||||
build/build.js: index.js components
|
||||
@mkdir -p $(dir $@)
|
||||
@$(BIN)/component-build --dev
|
||||
|
||||
components: node_modules component.json
|
||||
@$(BIN)/component-install --dev
|
||||
|
||||
test: build/build.js
|
||||
$(BIN)/component-test browser
|
||||
|
||||
clean:
|
||||
rm -fr build components
|
||||
|
||||
node_modules: package.json
|
||||
@npm install
|
||||
@touch $@
|
||||
|
||||
.PHONY: clean test
|
||||
Reference in New Issue
Block a user