Code Monkey home page Code Monkey logo

mbed-js-gulp's Introduction

mbed-js-gulp

Rules for building jerryscript projects using npm, gulp and mbed. This can be included in your projects to speed up the process of working with Jerryscript and mbed.

For an example of using this, see an example project

cd [your project directory]
npm install --save-dev matthewelse/mbed-js-gulp

Then add this to your gulpfile (or create it if necessary)

const gulp = require('gulp');

require('mbed-js-gulp')(gulp);

You can then build your project using gulp:

gulp --target=[your target]

mbed-js-gulp's People

Contributors

janjongboom avatar matthewelse avatar thegecko avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

mbed-js-gulp's Issues

gulp-util is deprecated

npm WARN deprecated [email protected]: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

I am following the direction on this link (https://os.mbed.com/javascript-on-mbed/). After I type npm install, I get the message above, along with the following error message:

npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
npm WARN deprecated [email protected]: This module relies on Node.js's internals and will break at some point. Do not use it, and update to [email protected].

How can we fix this?

Add install of python requirements

Currently the user needs to install the python requirements after cloning the jerryscript repo:

pip install -r build/jerryscript/targets/mbedos5/tools/requirements.txt

Can this be done automagically?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.