Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F27208309
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
756 B
Referenced Files
None
Subscribers
None
Makefile
View Options
CP=cp
RM=rm -rf
SOURCE=/usr/local/share/upsection
# -------------------------------------------------------------
# Main targets
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ALL_TARGETS=package.json .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
gulpfile.babel.js:
${CP} ${SOURCE}/gulpfile.js gulpfile.babel.js
File Metadata
Details
Attached
Mime Type
text/x-makefile
Expires
Sun, May 3, 07:05 (15 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3677786
Default Alt Text
Makefile (756 B)
Attached To
Mode
rUPSECTION Upsection
Attached
Detach File
Event Timeline
Log In to Comment