Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 778 Bytes

File metadata and controls

26 lines (15 loc) · 778 Bytes

Favorite Content · version

A package to permit editors to select their favorite property editors in content pages and surface those and the most-used ones on a "favorite content" tab.

Install Dependencies

Requires Node.js to be installed and in your system path

npm install -g grunt-cli && npm install -g grunt
npm install

Build

grunt

Builds the project to /dist/. These files can be dropped into an Umbraco 7 site, or you can build directly to a site using:

grunt --target="D:\inetpub\mysite"

You can also watch for changes using:

grunt watch
grunt watch --target="D:\inetpub\mysite"

If you want to build the package file (into a pkg folder), use:

grunt umbraco