Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.

Commit

Permalink
Grunt2 (#15506)
Browse files Browse the repository at this point in the history
* [4.0] Update grunt readme part 2

remove outdated package.json from repo. it doesnt need to be there at all
update readme to remove list of extensions and refer to the yaml file instead

* add blank index.html

* add dev/assets/packages.json to gitignore

* fix typos
  • Loading branch information
brianteeman authored and zero-24 committed Apr 24, 2017
1 parent d7685fb commit 1e094ba
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -25,6 +25,7 @@
node_modules/
/build/assets_tmp
scss-lint-report.xml
/dev/assets/packages.json

# Removed in Joomla 4 #
administrator/templates/isis
Expand Down
1 change: 1 addition & 0 deletions dev/assets/index.html
@@ -0,0 +1 @@
<!DOCTYPE html><title></title>
8 changes: 0 additions & 8 deletions dev/assets/package.json

This file was deleted.

18 changes: 2 additions & 16 deletions grunt-readme.md
Expand Up @@ -47,22 +47,8 @@ For running sass linting we require that ruby is installed on the system.
- Install Ruby: https://rubyinstaller.org
- Run: `gem install scss_lint` to install the linter

Will update the following external sourced static assets that Joomla is using.

- Jquery
- Jquery-migrate
- Bootstrap
- Tether
- Font awesome
- Jquery-minicolors
- Jquery-sortable
- Jquery-ui
- MediaElement
- Punycode
- TinyMCE
- Awesomplete
- Dragula
- Codemirror
Will update the following external sourced static assets that Joomla is using and is defined in /grunt_settings.yaml


The following are always fetched with curl (no module available)

Expand Down

0 comments on commit 1e094ba

Please sign in to comment.