Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12239101
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
839 B
Referenced Files
None
Subscribers
None
Makefile
View Options
CP=cp
RM=rm -rf
SOURCE=/usr/local/share/upsection
UPSECTION ?= upsection
# -------------------------------------------------------------
# Main targets
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALL_TARGETS=package.json .babelrc .browserslistrc gulpfile.babel.js node_modules
CLEAN_TARGETS=dist/ ${ALL_TARGETS}
all: ${ALL_TARGETS}
npm run build
dev: ${ALL_TARGETS}
npm start
clean:
${RM} ${CLEAN_TARGETS}
# -------------------------------------------------------------
# Individual targets
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
package.json:
${UPSECTION} package.json
.browserslistrc:
${UPSECTION} .browserslistrc
node_modules: package.json
npm install
.babelrc:
${CP} ${SOURCE}/babelrc .babelrc
gulpfile.babel.js:
${CP} ${SOURCE}/gulpfile.js gulpfile.babel.js
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sat, Oct 11, 20:10 (8 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3063931
Default Alt Text
Makefile (839 B)
Attached To
Mode
rUPSECTION Upsection
Attached
Detach File
Event Timeline
Log In to Comment