Socket
Book a DemoInstallSign in
Socket

ericsoco-test1

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ericsoco-test1

Test package publishing

latest
npmnpm
Version
0.0.1
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Minimal npm module containing JS and SASS. JS module requirements concatenated via browserify; SASS concatenated and transformed to CSS by specifying parcelify as a plugin to browserify.

Note: parcelify's magic lies in package.json: the style and transforms entries specify a glob to find the SASS files and a transform (sass-css-stream) to compile them into CSS.

#install npm install ericsoco-test1

#build browserify index.js -o bundle.js -p [parcelify -o bundle.css -t sass-css-stream -d . ]

#todo put that build step into a gulpfile

FAQs

Package last updated on 16 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts