forked from rgcarrasqueira/django-cms-named-menus
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
no longer using bower for package management; using npm for all packa…
…ge management; recompiling to fix a bug when dropping new pages in the menu. Reference rgcarrasqueira#5
- Loading branch information
1 parent
52150ce
commit 9654a5c
Showing
8 changed files
with
10,493 additions
and
839 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11,225 changes: 10,428 additions & 797 deletions
11,225
cms_named_menus/static/cmsnamedmenus/js/admin.js
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,22 +2,29 @@ | |
"name": "django-cms-named-menus", | ||
"version": "v0.1.0", | ||
"dependencies": { | ||
"bower": "^1.3.5", | ||
"requirejs": "^2.1.14", | ||
"backbone": "^1.2.3", | ||
"bedrock": "[email protected]:hzdg/bedrock.git#18ec65a7d8a17325719df89d60c0cdc383255d9f", | ||
"coffee-loader": "^0.7.2", | ||
"coffee-script": "^1.7.1", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"expose-loader": "^0.5.3", | ||
"granite-less": "^1.2.7", | ||
"grunt": "^0.4.5", | ||
"grunt-cli": "^0.1.13", | ||
"grunt-contrib-uglify": "^0.5.0", | ||
"grunt-contrib-coffee": "^0.10.1", | ||
"grunt": "^0.4.5", | ||
"grunt-contrib-less": "1.0.0", | ||
"grunt-contrib-uglify": "^0.5.0", | ||
"grunt-contrib-watch": "^0.6.1", | ||
"grunt-webpack": "^1.0.11", | ||
"imports-loader": "^0.6.3", | ||
"jquery": "^2.1.4", | ||
"jquery-ui": "^1.10.5", | ||
"napa": "^2.0.1", | ||
"shelljs": "^0.3.0", | ||
"underscore": "^1.8.3", | ||
"webpack": "^1.4.0-beta3", | ||
"webpack-dev-server": "^1.6.3", | ||
"grunt-webpack": "^1.0.8", | ||
"coffee-loader": "^0.7.2", | ||
"jquery-loader": "^2.0.0", | ||
"expose-loader": "^0.5.3", | ||
"imports-loader": "^0.6.3", | ||
"grunt-contrib-less": "^0.11.4" | ||
"webpack-dev-server": "^1.6.3" | ||
}, | ||
"scripts": { | ||
"install": "napa dbushell/Nestable:jquery-nestable" | ||
} | ||
} |