-
Recent Posts
-
Categories
-
CMS Accessibility Blogs
- Accessibile Twitter
- Drupal Accessibility group
- WordPress accessibility
-
Web Accessibility Blogs
-
Meta
- Log in
- Entries RSS
- Comments RSS
- WordPress.org
Tag Archives: npm
More on portable npm scripts
Following on from my earlier post on the topic of writing portable npm scripts, here’s a few more useful tips. [UPDATE 2016/03/31: Bash for Windows was announced at Microsoft Build 2016. This exciting feature will allow running of Linux npm … Continue reading
Writing portable npm build scripts
tl;dr; Developers need to install and build Javascript NPM modules on Windows as well as *nix. With a little care this is possible without using heavyweights tools like Grunt and Gulp . Modern HTML development usually includes a build and deploy process similar … Continue reading