Skip to content

Commit

Permalink
remove grunt
Browse files Browse the repository at this point in the history
  • Loading branch information
campersau committed May 19, 2020
1 parent afbb435 commit aedfc2f
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 623 deletions.
3 changes: 0 additions & 3 deletions .npmignore
Expand Up @@ -32,9 +32,6 @@ public/vendor/
.travis.yml
appveyor.yml

# Ignore dev scripts
Gruntfile.js

# Ignore docs
CONTRIBUTING.md
gpg_save_screenshot.png
Expand Down
14 changes: 0 additions & 14 deletions Gruntfile.js

This file was deleted.

4 changes: 2 additions & 2 deletions PLUGINS.md
Expand Up @@ -69,8 +69,8 @@ An [example](https://github.com/FredrikNoren/ungit/tree/master/components/stagin
Each component can have multiple views as exampled [here](https://github.com/FredrikNoren/ungit/tree/master/components/dialogs).

* CSS for Component
css file can be easily defined per components and in above example we can see that `staging.less` file is compiled into `staging.css` via grunt job. If you are using less file please modify [Gruntfile.js](https://github.com/FredrikNoren/ungit/blob/master/Gruntfile.js) file to include new less file.
css file can be easily defined per components and in above example we can see that `staging.less` file is compiled into `staging.css` via `npm run build` script.

* JS for Component

Each component gets to have one javascipt files. However each javasciprt file can require other javascript in it's directory or other libraries. If you are doing require by relative pass as exampled in [graph.js](https://github.com/FredrikNoren/ungit/blob/master/components/graph/graph.js), you wouldn't have to include the js in browserify job in [Gruntfile.js](https://github.com/FredrikNoren/ungit/blob/master/Gruntfile.js).
Each component gets to have one javascipt files. However each javasciprt file can require other javascript in it's directory or other libraries. If you are doing require by relative paths as exampled in [graph.js](https://github.com/FredrikNoren/ungit/blob/master/components/graph/graph.js), you wouldn't have to include the js in browserify job in [`scripts/build.js`](https://github.com/FredrikNoren/ungit/blob/master/scripts/build.js).

0 comments on commit aedfc2f

Please sign in to comment.