-
Notifications
You must be signed in to change notification settings - Fork 288
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for adapt_framework -> grunt server-build:dev #857
Merged
Merged
Changes from 5 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
c727bd7
Adds ifUserIsMe and fixes inverse not being passed back
darylhedley d850fc8
Fixes #620
brian-learningpool 9586a0b
Merge pull request #642 from adaptlearning/hotfix-620
brian-learningpool 35b2da8
Merge pull request #641 from adaptlearning/issue/#639
brian-learningpool 526cf16
Merge pull request #638 from adaptlearning/switch-ckeditor-to-cdn
brian-learningpool de1f2f2
Update README.md
brian-learningpool ac5047a
Merge branch 'develop'
brian-learningpool 783b7bc
Update version.json
brian-learningpool f61f9bf
Merge pull request #751 from adaptlearning/release/0.1.1
brian-learningpool 04b0c83
Update README.md
brian-learningpool 4f37b42
Added Gitter badge
gitter-badger 78689d1
Merge pull request #755 from gitter-badger/gitter-badge
brian-learningpool 1185118
Add support for new server-build
taylortom 53cf817
Whitespace amends
taylortom 9aa2d85
Merge branch 'develop'
brian-learningpool fe07051
Update package.json
brian-learningpool fc3c5d8
Add source map toggle to config schema
taylortom 3ae042c
Update adapt output plugin for sourcemapping
taylortom 80d30cd
Fixes #881 - bug in isAssetExternal()
brian-learningpool ff6cff9
Merge pull request #882 from adaptlearning/issue/881
brian-learningpool 526ec3e
Merge branch 'develop'
brian-learningpool ce20d09
Update version.json
brian-learningpool 30a854c
Merge pull request #902 from adaptlearning/develop
brian-learningpool 0cf5872
Merge pull request #904 from adaptlearning/develop
brian-learningpool aba99d8
Renamed function to isMasterPreviewAccessible()
brian-learningpool 1f135b1
Corrected z-index issue with asset-management-modal-tags
brian-learningpool 105b043
Merge pull request #915 from adaptlearning/develop
brian-learningpool 43c4256
Remove DB query for course config
taylortom e43124c
Merge branch 'issue/811' of https://github.com/adaptlearning/adapt_au…
brian-learningpool a962af2
Remove trailing comma
taylortom 233b7c2
Set config updates to PATCH
taylortom 23a7776
Merge branch 'issue/811' of https://github.com/adaptlearning/adapt_au…
brian-learningpool a7871d1
Define usermanager
taylortom d81ac64
Tidied up PATCH request for config update
brian-learningpool f395520
Merge branches 'issue/811' and 'issue/811' of https://github.com/adap…
brian-learningpool File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
usually wary of trailing commas in a JS array like this - is it ok?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Think I ran the jscs grunt task at some point which may have added this.