This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
framework
Watch
2
Star
0
Fork
0
You've already forked framework
mirror of
https://github.com/flarum/framework.git
synced
2025-02-09 19:16:48 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
a1e01938ef
framework
/
extensions
/
flags
/
js
/
forum
/
Gulpfile.js
8 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Initial commit
2015-09-04 11:56:51 +08:00
var
gulp
=
require
(
'flarum-gulp'
)
;
gulp
(
{
modules
:
{
Rename to Flags, tweak flag controls - Display post "destructiveControls" in flag instead of custom buttons - Make flags more versatile/extensible - Delete associated flags when a post is deleted Uninstall the Reports extension before installing.
2015-09-22 16:44:33 +08:00
'flags'
:
'src/**/*.js'
Initial commit
2015-09-04 11:56:51 +08:00
}
}
)
;
Reference in New Issue
Copy Permalink