mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-20 06:55:08 -04:00
Travis CI now adds a compile message
This commit is contained in:
parent
2b3e471f96
commit
cbdc24d869
2 changed files with 2 additions and 2 deletions
|
@ -75,7 +75,7 @@ module.exports = function (grunt) {
|
|||
"* See the License for the specific language governing permissions and\n" +
|
||||
"* limitations under the License.\n" +
|
||||
"*/\n",
|
||||
pkg = grunt.file.readJSON("package.json");
|
||||
pkg = grunt.file.readJSON("package.json");
|
||||
|
||||
/**
|
||||
* Compiles a production build of CyberChef into a single, portable web page.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue