Skip to content

An Umbraco package for inspecting pages and getting DocType information for that page without clicking into it.

License

Notifications You must be signed in to change notification settings

Offroadcode/DocType-Inspection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DocType-Inspection

An Umbraco package for inspecting pages and getting DocType information for that page without clicking into it.

Download for Umbraco

Install the selected release through the Umbraco package installer or download and install locally from Our.

Contribute

Want to contribute to the DocType Inspection package? You'll want to use Grunt (our task runner) to help you integrate with a local copy of Umbraco.

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

About

An Umbraco package for inspecting pages and getting DocType information for that page without clicking into it.

Resources

License

Stars

Watchers

Forks

Packages

No packages published