From 8617d4edc471e8eda1c574d7814357bf6bf69c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Brand=C3=A3o?= Date: Sat, 26 Nov 2016 22:45:03 +0000 Subject: [PATCH] Create README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..53d6a5c --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# systemjs-issue +SystemJS compile issue with file names starting with "user*" + +- Install the packages ```npm install``` and ```jspm install```. + +- Then try to compile the source using ```gulp build``` which should throw an error parsing the **user-model.js** file.