Skip to content

Commit

Permalink
chore(project): replace Grunt with npm scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Mar 22, 2018
1 parent b2550b1 commit fa0f368
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 381 deletions.
154 changes: 0 additions & 154 deletions Gruntfile.js

This file was deleted.

104 changes: 0 additions & 104 deletions bundle/inline.js

This file was deleted.

1 change: 0 additions & 1 deletion bundle/templates/footer.js

This file was deleted.

15 changes: 0 additions & 15 deletions bundle/templates/header.js

This file was deleted.

12 changes: 1 addition & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,9 @@
"license": "MIT",
"devDependencies": {
"browserify": "^16.1.1",
"bundle-collapser": "^1.2.1",
"chai": "^1.9.1",
"eslint": "^4.19.1",
"eslint-plugin-bpmn-io": "^0.5.2",
"grunt": "^0.4.5",
"grunt-browserify": "^3.0.1",
"grunt-cli": "^1.2.0",
"grunt-contrib-compress": "^0.11.0",
"grunt-contrib-uglify": "^0.5.1",
"grunt-eslint": "^19.0.0",
"grunt-karma": "^2.0.0",
"grunt-release": "^0.7.0",
"karma": "^1.7.1",
"karma-browserify": "^5.2.0",
"karma-chai": "^0.1.0",
Expand All @@ -45,9 +36,8 @@
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.4",
"load-grunt-tasks": "^0.3.0",
"mocha": "^1.21.4",
"time-grunt": "^0.3.0",
"npm-run-all": "^4.1.2",
"watchify": "^3.11.0"
}
}
48 changes: 0 additions & 48 deletions test/manual/test.inlined.html

This file was deleted.

Loading

0 comments on commit fa0f368

Please sign in to comment.