~dricottone/noticable

ref: 85f0b97796392a165b90bb4510e866b51c6b36fc noticable/Makefile -rw-r--r-- 192 bytes
85f0b977Dominic Ricottone initial try with webpack 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
install:
	npm install monaco-editor monaco-editor-webpack-plugin webpack webpack-cli style-loader css-loader ttf-loader file-loader

clean:
	rm dist/* -f

build:
	./node_modules/.bin/webpack